- No changes, just retagging due to a VERSION fix.
- [CHANGE] Update Go to 1.18.
- [CHANGE] Update upstream dependencies.
- [BUGFIX] Fix startup log message typo #50
- [BUGFIX] Fix typo in reserve_pool metric #67
Counter names have been updated to match Prometheus naming conventions.
-
pgbouncer_stats_queries_duration_seconds
->pgbouncer_stats_queries_duration_seconds_total
-
pgbouncer_stats_client_wait_seconds
->pgbouncer_stats_client_wait_seconds_total
-
pgbouncer_stats_server_in_transaction_seconds
->pgbouncer_stats_server_in_transaction_seconds_total
-
[CHANGE] Cleanup exporter metrics #33
-
[CHANGE] Update counter metric names #35
-
[FEATURE] Add support for SHOW LISTS metrics #36
- [CHANGE] Switch logging to promlog #29
- [FEATURE] Add pgbouncer process metrics #27
- [BUGFIX] Fix byte slice values not receiving conversion factor #18
Initial prometheus-community release.