haproxy_exporter icon indicating copy to clipboard operation
haproxy_exporter copied to clipboard

Simple server that scrapes HAProxy stats and exports them via HTTP for Prometheus consumption

Results 16 haproxy_exporter issues
Sort by recently updated
recently updated
newest added

Hi, I've understood from the HAProxy guys that the most important metrics are: "maxconn" and "memory" related to performance for long term or utilization. I didn't figured out between metrics...

Propagating changes from prometheus/prometheus default branch.

HAProxy docs mention that the [Idle_pct](http://cbonte.github.io/haproxy-dconv/2.5/management.html#7) metric indicates how busy the event loop is; The closer to zero the value, the closer HAProxy is to its processing capacity. This seems...

For someone evaluating whether to give this exporter a try, it's very useful to know which metrics it makes available.

Hello friends :) with haproxy 2.5.0 i face this error in haproxy exporter logs: ``` ts=2022-01-17T08:59:49.183Z caller=haproxy_exporter.go:421 level=error msg="Unexpected error while reading CSV" err="unexpected EOF" ``` I don't know why...

FYI, just noticed this file was commited, probably by accident

Hi, The Readme in docker hub uses the wrong command “-haproxy.scrape-uri” and should be corrected to “--haproxy.scrape-uri”

my haproxy has 8pids,for example pid=100 sessions=512; pid=106 sessions=701 then I find exporter/metrics only display 512 acutally it should 512+701

Hi, just starting setting up this exporter, but i can't see any metrics which would reflect frontend status OPEN/STOP. Which you can change via: `echo "enable/disable frontend " | sudo...

enhancement

When a frontend or backend is set to maintenance mode, is is down on purpose and should not return a fail state to prometheus/grafana by returning 0. Instead I suggest...