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

One classic measure is to provide latency metrics to understand overall performance/spikes and "customer" requests about requests performance. Can we add support to export Tq/Tw/Tc/Tr/Tt metrics?

Is it possible to have the status checks for server state be definable in a config? Currently it's hard-coded to limit your health checks to the default fall 3 rise...

This error could possibly even include a timeout, in which case we would prefer to not expose any metrics at all rather than an incomplete set (which can lead to...

bug

Signed-off-by: Julien Pivotto

hi! where can I find the detailed description of all metric,such as Globals metrics/Frontend metrics/Listener metrics/Backend metrics/Server metrics/Stick table metrics

Providing basic auth parameters through the command line is insecure and raised some eyebrows in https://github.com/prometheus/haproxy_exporter/issues/102 Kingpin in https://github.com/alecthomas/kingpin#reading-arguments-from-a-file provides a way to specify parameters through a file so we...