This is a simple server that periodically scrapes HAProxy stats and exports them via HTTP/JSON for Prometheus consumption.
To run it:
go run haproxy_exporter [flags]
Help on flags:
go run haproxy_exporter --help
- The source code is periodically indexed: Prometheus HAProxy Exporter Bridge.
- All of the core developers are accessible via the Prometheus Developers Mailinglist.
To run the haproxy exporter as a Docker container, run:
$ docker run -p 9101:9101 prom/haproxy-exporter -haproxy.scrape-uri="http://user:pass@haproxy.example.com/haproxy?stats;csv"