Skip to content

Commit fac7c30

Browse files
sysadmindnikolay.deryugin
authored and
nikolay.deryugin
committed
Add changelog for v0.14 (prometheus-community#906)
* Add changelog for v0.14 - Add changelog entries since v0.13.2 - Update README with new options - Bump version file Signed-off-by: Joe Adams <github@joeadams.io> * Add changelog entry for prometheus-community#904 Signed-off-by: Joe Adams <github@joeadams.io> --------- Signed-off-by: Joe Adams <github@joeadams.io> Signed-off-by: nikolay.deryugin <nikolay.deryugin@itglobal.com>
1 parent add5b86 commit fac7c30

File tree

3 files changed

+43
-5
lines changed

3 files changed

+43
-5
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.14.0 / 2023-09-11
2+
3+
* [CHANGE] Add `state` label to pg_process_idle_seconds #862
4+
* [CHANGE] Change database connections to one per scrape #882 #902
5+
* [ENHANCEMENT] Add wal collector #858
6+
* [ENHANCEMENT] Add database_wraparound collector #834
7+
* [ENHANCEMENT] Add stat_activity_autovacuum collector #840
8+
* [ENHANCEMENT] Add stat_wal_receiver collector #844
9+
* [ENHANCEMENT] Add xlog_location collector #849
10+
* [ENHANCEMENT] Add statio_user_indexes collector #845
11+
* [ENHANCEMENT] Add long_running_transactions collector #836
12+
* [ENHANCEMENT] Add pg_stat_user_tables_size_bytes metric #904
13+
* [BUGFIX] Fix tests on 32-bit systems #857
14+
* [BUGFIX] Fix pg_stat_statements metrics on Postgres 13+ #874 #876
15+
* [BUGFIX] Fix pg_stat_database metrics for NULL stats_reset #877
16+
* [BUGFIX] Fix pg_replication_lag_seconds on Postgres 10+ when master is idle #895
17+
118
## 0.13.2 / 2023-07-21
219

320
* [BUGFIX] Fix type issues on pg_postmaster metrics #828

Diff for: README.md

+25-4
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,17 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
9595
* `[no-]collector.database`
9696
Enable the `database` collector (default: enabled).
9797

98+
* `[no-]collector.database_wraparound`
99+
Enable the `database_wraparound` collector (default: disabled).
100+
98101
* `[no-]collector.locks`
99102
Enable the `locks` collector (default: enabled).
100103

104+
* `[no-]collector.long_running_transactions`
105+
Enable the `long_running_transactions` collector (default: disabled).
106+
101107
* `[no-]collector.postmaster`
102-
Enable the `postmaster` collector (default: enabled).
108+
Enable the `postmaster` collector (default: disabled).
103109

104110
* `[no-]collector.process_idle`
105111
Enable the `process_idle` collector (default: disabled).
@@ -110,21 +116,36 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
110116
* `[no-]collector.replication_slot`
111117
Enable the `replication_slot` collector (default: enabled).
112118

119+
* `[no-]collector.stat_activity_autovacuum`
120+
Enable the `stat_activity_autovacuum` collector (default: disabled).
121+
113122
* `[no-]collector.stat_bgwriter`
114123
Enable the `stat_bgwriter` collector (default: enabled).
115124

116125
* `[no-]collector.stat_database`
117126
Enable the `stat_database` collector (default: enabled).
118127

119-
* `[no-]collector.statio_user_tables`
120-
Enable the `statio_user_tables` collector (default: enabled).
121-
122128
* `[no-]collector.stat_statements`
123129
Enable the `stat_statements` collector (default: disabled).
124130

125131
* `[no-]collector.stat_user_tables`
126132
Enable the `stat_user_tables` collector (default: enabled).
127133

134+
* `[no-]collector.stat_wal_receiver`
135+
Enable the `stat_wal_receiver` collector (default: disabled).
136+
137+
* `[no-]collector.statio_user_indexes`
138+
Enable the `statio_user_indexes` collector (default: disabled).
139+
140+
* `[no-]collector.statio_user_tables`
141+
Enable the `statio_user_tables` collector (default: enabled).
142+
143+
* `[no-]collector.wal`
144+
Enable the `wal` collector (default: enabled).
145+
146+
* `[no-]collector.xlog_location`
147+
Enable the `xlog_location` collector (default: disabled).
148+
128149
* `config.file`
129150
Set the config file path. Default is `postgres_exporter.yml`
130151

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.1
1+
0.14.0

0 commit comments

Comments
 (0)