|
7 | 7 |
|
8 | 8 | ## 0.18.0 / 2025-09-23
|
9 | 9 |
|
10 |
| -* [FEATURE] Add `stat_progress_vacuum` collector by @ianbibby |
11 |
| -* [FEATURE] Add `buffercache_summary` collector by @sfc-gh-pnuttall |
12 |
| -* [FEATURE] `stat_statements`: export query itself together with `queryId` by @Delorien84 |
13 |
| -* [ENHANCEMENT] Improve error handling for `Server.Scrape` by @BoweFlex |
14 |
| -* [ENHANCEMENT] `stat_user_tables`: record table-only size bytes in addition to the total size bytes by @Sticksman |
15 |
| -* [ENHANCEMENT] (chore) Fix a typo and use `slices.Contains` by @cristiangreco |
16 |
| -* [ENHANCEMENT] Update mixin to latest changes from `grafana/postgres_exporter` by @cristiangreco, @gaantunes, @v-zhuravlev and @mshahzeb |
17 |
| -* [ENHANCEMENT] Exclude the metrics fetching session's data from pg_stat_activity by @kmoppel |
18 |
| -* [BUGFIX] Ensure database connections are always closed by @cristiangreco and @dehaansa |
| 10 | +* [FEATURE] Add `stat_progress_vacuum` collector by @ianbibby in https://github.com/prometheus-community/postgres_exporter/pull/1141 |
| 11 | +* [FEATURE] Add `buffercache_summary` collector by @sfc-gh-pnuttall in https://github.com/prometheus-community/postgres_exporter/pull/1165 |
| 12 | +* [FEATURE] `stat_statements`: export query itself together with `queryId` by @Delorien84 in https://github.com/prometheus-community/postgres_exporter/pull/940 |
| 13 | +* [ENHANCEMENT] Improve error handling for `Server.Scrape` by @BoweFlex in https://github.com/prometheus-community/postgres_exporter/pull/1158 |
| 14 | +* [ENHANCEMENT] `stat_user_tables`: record table-only size bytes in addition to the total size bytes by @Sticksman Sticksman in https://github.com/prometheus-community/postgres_exporter/pull/1149 |
| 15 | +* [ENHANCEMENT] (chore) Fix a typo and use `slices.Contains` by @cristiangreco in https://github.com/prometheus-community/postgres_exporter/pull/1176 |
| 16 | +* [ENHANCEMENT] Update mixin to latest changes from `grafana/postgres_exporter` by @cristiangreco, @gaantunes, @v-zhuravlev and @mshahzeb in https://github.com/prometheus-community/postgres_exporter/pull/1179 |
| 17 | +* [ENHANCEMENT] Exclude the metrics fetching session's data from pg_stat_activity by @kmoppel in https://github.com/prometheus-community/postgres_exporter/pull/1185 |
| 18 | +* [BUGFIX] Ensure database connections are always closed by @cristiangreco and @dehaansa in https://github.com/prometheus-community/postgres_exporter/pull/1177 |
| 19 | +* [BUGFIX] Fix superfluous semicolon breaking query in `process_idle` by @sysadmind in https://github.com/prometheus-community/postgres_exporter/pull/1197 |
19 | 20 |
|
20 | 21 | ## 0.17.1 / 2025-02-26
|
21 | 22 |
|
|
0 commit comments