Skip to content

Releases: prometheus-community/pgbouncer_exporter

0.11.0 / 2025-06-13

12 Jun 17:46
v0.11.0
766ca7e

Choose a tag to compare

Notes:

  • This version changes the connection behavior to create a new client
    connection for each scrape. Previously a connection was created at startup.
  • This version now requires PgBouncer >= 1.8.
  • [CHANGE] Make connections per-scrape #214
  • [FEATURE] Add prepared statement metrics #194
  • [FEATURE] Add total_server_assignment_count metric #208

0.10.2 / 2024-10-18

19 Oct 07:14
v0.10.2
decd013

Choose a tag to compare

  • [BUGFIX] Fix wrong logging level of "Starting scrape" message #175

0.10.1 / 2024-10-14

15 Oct 06:28
v0.10.1
6ef7701

Choose a tag to compare

  • [BUGFIX] Revert auth_type guage #173

0.10.0 / 2024-10-07

09 Oct 13:53
v0.10.0
a37997d

Choose a tag to compare

  • [CHANGE] Switch logging to slog #167
  • [ENHANCEMENT] Add auth_type to config collector #169

0.9.0 / 2024-08-01

04 Sep 21:47
v0.9.0
5716a88

Choose a tag to compare

  • [FEATURE] Allow connection config via environment variable #159

0.8.0 / 2024-04-02

03 Apr 11:40
v0.8.0
af944f6

Choose a tag to compare

  • [ENHANCEMENT] Publish server/client cancel statistics. #1144

0.7.0 / 2023-06-29

14 Jul 13:26
v0.7.0
d1c7040

Choose a tag to compare

  • [CHANGE] Require Go 1.19 and update CI with Go 1.20 #120
  • [CHANGE] Synchronize common files from prometheus/prometheus #123

0.6.0 / 2023-01-27

31 Jan 08:41
v0.6.0
8f44003

Choose a tag to compare

  • [FEATURE] Add config metrics #93
  • [FEATURE] Add TLS and Basic auth to the metrics endpoint #101

0.5.1 / 2022-10-03

04 Oct 03:52
v0.5.1
b9e5fbf

Choose a tag to compare

  • No changes, just retagging due to a VERSION fix.

0.4.1 / 2022-01-27

27 Jan 21:03
v0.4.1
6f7e6de

Choose a tag to compare

  • [BUGFIX] Fix startup log message typo #50
  • [BUGFIX] Fix typo in reserve_pool metric #67