You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,45 @@
1
+
## 0.17.1 / 2025-02-26
2
+
3
+
*[BUGFIX] Fix: Handle incoming labels with invalid UTF-8 #1131
4
+
5
+
## 0.17.0 / 2025-02-16
6
+
7
+
## What's Changed
8
+
*[ENHANCEMENT] Add Postgres 17 for CI test by @khiemdoan in https://github.com/prometheus-community/postgres_exporter/pull/1105
9
+
*[ENHANCEMENT] Add wait/backend to pg_stat_activity by @fgalind1 in https://github.com/prometheus-community/postgres_exporter/pull/1106
10
+
*[ENHANCEMENT] Export last replay age in replication collector by @bitfehler in https://github.com/prometheus-community/postgres_exporter/pull/1085
11
+
*[BUGFIX] Fix pg_long_running_transactions time by @jyothikirant-sayukth in https://github.com/prometheus-community/postgres_exporter/pull/1092
12
+
*[BUGFIX] Fix to replace dashes with underscore in the metric names by @aagarwalla-fx in https://github.com/prometheus-community/postgres_exporter/pull/1103
13
+
*[BIGFIX] Checkpoint related columns in PG 17 have been moved from pg_stat_bgwriter to pg_stat_checkpointer by @n-rodriguez in https://github.com/prometheus-community/postgres_exporter/pull/1072
14
+
*[BUGFIX] Fix pg_stat_statements for PG17 by @NevermindZ4 in https://github.com/prometheus-community/postgres_exporter/pull/1114
15
+
*[BUGFIX] Handle pg_replication_slots on pg<13 by @michael-todorovic in https://github.com/prometheus-community/postgres_exporter/pull/1098
16
+
*[BUGFIX] Fix missing dsn sanitization for logging by @sysadmind in https://github.com/prometheus-community/postgres_exporter/pull/1104
17
+
18
+
## New Contributors
19
+
*@jyothikirant-sayukth made their first contribution in https://github.com/prometheus-community/postgres_exporter/pull/1092
20
+
*@aagarwalla-fx made their first contribution in https://github.com/prometheus-community/postgres_exporter/pull/1103
21
+
*@NevermindZ4 made their first contribution in https://github.com/prometheus-community/postgres_exporter/pull/1114
22
+
*@michael-todorovic made their first contribution in https://github.com/prometheus-community/postgres_exporter/pull/1098
23
+
*@fgalind1 made their first contribution in https://github.com/prometheus-community/postgres_exporter/pull/1106
The logging system has been replaced with log/slog from the stdlib. This change is being made across the prometheus ecosystem. The logging output has changed, but the messages and levels remain the same. The `ts` label for the timestamp has bewen replaced with `time`, the accuracy is less, and the timezone is not forced to UTC. The `caller` field has been replaced by the `source` field, which now includes the full path to the source file. The `level` field now exposes the log level in capital letters.
32
+
33
+
*[CHANGE] Replace logging system #1073
34
+
*[ENHANCEMENT] Add save_wal_size and wal_status to replication_slot collector #1027
35
+
*[ENHANCEMENT] Add roles collector and connection limit metrics to database collector #997
36
+
*[ENHANCEMENT] Excluded databases log messgae is now info level #1003
37
+
*[ENHANCEMENT] Add active_time to stat_database collector #961
38
+
*[ENHANCEMENT] Add slot_type label to replication_slot collector #960
39
+
*[BUGFIX] Fix walreceiver collectore when no repmgr #1086
40
+
*[BUGFIX] Remove logging errors on replicas #1048
41
+
*[BUGFIX] Fix active_time query on postgres>=14 #1045
0 commit comments