Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

45 lines (31 loc) · 2.05 KB

Changelog

2.0.3 (2020-01-07)

  • Changed author of the package

2.0.2 (2020-01-07)

  • #17 Add maxwait_us to the compute of client_maxwait_seconds metric to have a higher precission

2.0.1 (2018-12-11)

  • [BUGFIX] Correctly mask the DSN in logs when the password is empty

2.0.0 (2018-12-05)

  • [BREAKING CHANGE] Renamed pgbouncer_stats_queries_total to pgbouncer_stats_requests_total on pgbouncer <= 1.7
  • [FEATURE] Added pgbouncer >= 1.8 support #8 (thanks to bitglue), including the following new metrics:
    • pgbouncer_stats_transactions_total
    • pgbouncer_stats_queries_total
    • pgbouncer_stats_transactions_duration_microseconds
    • pgbouncer_stats_waiting_duration_microseconds

1.0.1 (2018-08-30)

  • [BUGFIX] Fixed PGBOUNCER_EXPORTER_PORT environment variable data type #7

1.0.0 (2018-05-04)

  • [FEATURE] Added pgbouncer_databases_database_pool_size, pgbouncer_databases_database_reserve_pool_size and pgbouncer_databases_database_current_connections metrics #3
  • [BUGFIX] Fixed PyYAML dependency declaration #4
  • [BUGFIX] Ensure the exporter immediately exit on SIGTERM

0.2.1 (2018-02-23)

  • #1 - Log connection or scrape failures as errors, not debug

0.2.0 (2017-12-14)

  • Added config file validation
  • Added --log-file cli argument support and handle of kill -HUP to re-open the log file description (useful in combination with logrotate)

0.1.2 (2017-12-14)

  • Ensure the prometheus-pgbouncer-exporter package is installed on Python >= 3

0.1.1 (2017-12-13)

  • Fixed run on Python < 3.6 and >= 3.0

0.1.0 (2017-12-13)

  • Initial version (fully working on Python 3.6)