Hello, I have a question re: HAProxy’s stats socket. I would like to know how often / if their values are reset. Are they monotonically increasing, or will they be reset after some period of time if a backend server is not taking traffic?
For example, I know I can use the Golang client’s runtime api to access the “Econ” value from the stats socket. Does this value only ever increase for a backend server, or will it be reset at some point? I am guessing the former, but wanted to try to confirm. Thank you. -Jesse