Update quay.io/prometheuscommunity/postgres-exporter Docker tag to v0.19.0
Automtated minor upgrade of PostgreSQL exporter Docker container by means of Watchtower with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| quay.io/prometheuscommunity/postgres-exporter | minor | v0.18.1 → v0.19.0 |
Release Notes
prometheus-community/postgres_exporter (quay.io/prometheuscommunity/postgres-exporter)
v0.19.0: 0.19.0 / 2026-02-03
- [CHANGE] Reorganize code to remove the main package by @cristiangreco in #1238
- [FEATURE] Allow setting
limitinpg_stat_statementscollector by @cristiangreco in #1205 - [FEATURE] Allow excluding databases or users names in
stat_statementscollector by @cristiangreco in #1232 - [ENHANCEMENT] Enable pprof endpoints for profiling by @SuperQ in #1212
- [ENHANCEMENT] Document
stat_checkpointercollector option by @fabiorueda in #1226 - [ENHANCEMENT] Ensure collection of stats succeed in a maximum duration to avoid exhausting PG connections by @pierresouchay in #1229
- [BUGFIX] Fix NULL handling on
long_running_transactionscollector by @sysadmind in #1230 - [BUGFIX] Do not crash on bad
pg_settingsvalue by @sysadmind in #1252