Most gauges are actually counters · Issue #30 · prometheus/haproxy_exporter

Looks like haproxy exporter uses gauges for most metrics although they are in fact counters, e.g: # TYPE haproxy_backend_bytes_in_total gauge ... # TYPE haproxy_backend_http_responses_total gauge ....