rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.17k stars 445 forks source link

haproxy dashboard - some connection metrics does not exist #20

Closed monotek closed 6 years ago

monotek commented 6 years ago

The haproxy dashboard uses the haproxy_server_connections_total, haproxy_frontend_connections_total and haproxy_backend_connections_total metrics but this metrics seems not the exist.

When i query prometheus directly i get nothing. It also shows not up with the autocomplete feature so its not just that the the metric is 0.

All other metrics just work fine (even stuff like haproxy_server_connection_errors_total) and the dashboard is really useful :-)

I've also searched the metricsname in https://github.com/prometheus/haproxy_exporter sourcecode but found nothing.

So where are these metrics coming from?

monotek commented 6 years ago

ok, seems to be a haproxy_exporter issue as the metrics are not exported by prometheus exporter.

created a bugreport there: https://github.com/prometheus/haproxy_exporter/issues/126