spreaker / prometheus-pgbouncer-exporter

Prometheus exporter for PgBouncer
MIT License
104 stars 38 forks source link

Update counter metric names in README.md #28

Open ich199 opened 3 years ago

ich199 commented 3 years ago

The update of prometheus_client to 0.8.0 from 0.0.21 in https://github.com/spreaker/prometheus-pgbouncer-exporter/commit/1267f36f7028039edacdd97b59488740af92a53e introduced the enforcement that counter metrics should end with _total (https://github.com/prometheus/client_python/commit/a4dd93bcc6a0422e10cfa585048d1813909c6786).

The following metric names in README.md should reflect this change.

pgbouncer_stats_queries_duration_microseconds pgbouncer_stats_waiting_duration_microseconds pgbouncer_stats_transactions_duration_microseconds