prometheus / haproxy_exporter

Simple server that scrapes HAProxy stats and exports them via HTTP for Prometheus consumption
Apache License 2.0
617 stars 219 forks source link

Fix Dockerfile #211

Closed SuperQ closed 3 years ago

SuperQ commented 3 years ago

Use the correct busybox arch image so that docker-manifest picks up the correct arch.

Fixes: https://github.com/prometheus/haproxy_exporter/issues/209

Signed-off-by: Ben Kochie superq@gmail.com