rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.1k stars 438 forks source link

Bytes in/out are multiplied by 8 #162

Closed ChristopherZellermann closed 2 months ago

ChristopherZellermann commented 5 months ago

Hello,

In the haproxy-full.json and haproxy-2-full.json files, for all metrics related to "haproxy__bytesin" or "haproxy__bytesout, the values are multiplied by 8. Since the values provided by the HAProxy metrics page are already bytes and not bits, the *8 seems wrong.

Or maybe I am missing something ?

Christopher

rfmoz commented 4 months ago

Hello,

Please, take a look to #37 It's a similar case.

Thanks,