Skip to content

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

License

Notifications You must be signed in to change notification settings

ashmere/haproxy_exporter

 
 

Repository files navigation

HAProxy Exporter for Prometheus

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

Getting Started

Testing

Build Status

Docker

To run the haproxy exporter as a Docker container, run:

$ docker run -p 8080:8080 prom/haproxy-exporter -haproxy.scrape_uri="http://user:[email protected]/haproxy?stats;csv"

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.8%
  • Makefile 3.2%