Hi. I am using HAPROXY for configuring my LB-Rules and using HAPROXY Exporter to get the metrics. Now, majorly I want to keep track of the Requests coming to my LB and the responses served by my LB that is configured on the HAPROXY.
Now,
haproxy_frontend_http_requests_total
haproxy_frontend_http_responses_total
haproxy_backend_http_responses_total
All these give me the cumulative numbers right from when the HAPROXY Exporter started scraping the metrics. I want to get the numbers for specific time interval like last 24hours, 2 days etc. Can someone help here?
Thanks in advance.