Skip to content

Commit 64a77bc

Browse files
committed
add PRs
Signed-off-by: Cristian Greco <[email protected]>
1 parent f800b7b commit 64a77bc

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77

88
## 0.18.0 / 2025-09-23
99

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
1920

2021
## 0.17.1 / 2025-02-26
2122

0 commit comments

Comments
 (0)