categraf/inputs/haproxy
kongfei 4d3644790f uniform input receiver 2023-04-25 16:48:00 +08:00
..
README.md add doc for haproxy 2022-12-19 18:03:12 +08:00
dashboard.json add haproxy dashboard 2022-12-19 16:52:59 +08:00
exporter.go add haproxy plugin 2022-12-19 14:42:33 +08:00
haproxy.go uniform input receiver 2023-04-25 16:48:00 +08:00

README.md

HAProxy

forked from haproxy_exporter

Note: since HAProxy 2.0.0, the official source includes a Prometheus exporter module that can be built into your binary with a single flag during build time and offers an exporter-free Prometheus endpoint.

haproxy configurations for /stats:

frontend stats
    bind *:8404
    stats enable
    stats uri /stats
    stats refresh 10s