You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this project! We're looking at shipping a PgBouncer exporter in GitLab but noticed the metric names in this exporter don't adhere to Prometheus naming conventions: https://prometheus.io/docs/practices/naming/
Metric name stays the same, but the data now gets multiplied to seconds.
Note: this doesn't fixlarseen#5, but is a step in that direction- the exporter now
uses prometheus standardized units. Renaming is a follow up exercise.
Thanks for this project! We're looking at shipping a PgBouncer exporter in GitLab but noticed the metric names in this exporter don't adhere to Prometheus naming conventions: https://prometheus.io/docs/practices/naming/
https://github.com/spreaker/prometheus-pgbouncer-exporter#exported-metrics is an example of how the metrics should be named.
The
avg
queries can probably also be omitted as well, since Prometheus can calculate averages over any time period needed.The text was updated successfully, but these errors were encountered: