Hello List, What is the best practices on getting incremental minutely deltas from HAProxy stats for metrics like minutely metrics like latency, 2xx/4xx/5xx requests. My intent is to emit these metrics from individual instances of HAProxy running across my fleet and send it to AWS Cloudwatch. This would give me overall visibility and ability to alarm on various metrics and run queries like total requests for the past month.
I have explored the response from `stats socket` configuration which appears to return cumulative counts and i would have to write custom logic to maintain deltas and handle scenarios like restarting proxy/multiple proxy processes running during a hot reconfiguration. Is there a better setting/API/plugin which will allow me to accomplish extracting these minutely metrics? Any pointers will be super helpful. Thanks! Ankits

