prometheus / haproxy_exporter

Simple server that scrapes HAProxy stats and exports them via HTTP for Prometheus consumption
Apache License 2.0
617 stars 219 forks source link

Use same name for idle percent metric as upstream #255

Closed matthiasr closed 1 year ago

matthiasr commented 1 year ago

The official HAProxy exporter plugin uses haproxy_process_idle_time_percent, let's be consistent with that.

Follow-up for #236.

Signed-off-by: Matthias Rampke matthias@prometheus.io

SuperQ commented 1 year ago

Good call.