Re: Question on stats socket values

2024-01-18 Thread Abhijeet Rastogi
Hi Jesse, By Golang's client's runtime API library, I'm assuming you mean https://github.com/haproxytech/client-native. However, whatever library you end up using, your first source of knowledge should come from the HAproxy documentation itself, and then work your way towards reading API documenta

Question on stats socket values

2024-01-18 Thread Jesse Brink
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 runti