Skip to content

Commit d34605e

Browse files
authored
docs: update changelog for 5.2.1 (#466)
* docs: update docs for 5.2.1 * docs: update changelog for recent releases
1 parent 4ba5868 commit d34605e

File tree

4 files changed

+70
-9
lines changed

4 files changed

+70
-9
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ pgMonitor Release Notes
44

55
.. contents:: Topics
66

7+
v5.2.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Crunchy Data is pleased to announce the availability of pgMonitor 5.2.1. This release brings support for monitoring the latest PgBouncer version 1.24.
14+
15+
Bugfixes
16+
--------
17+
18+
- sql_exporter - Create new collections file for pgBouncer 1.24+
19+
720
v5.2.0
821
======
922

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,14 @@ releases:
291291
- package_docs.yml
292292
- release.yml
293293
release_date: '2025-03-25'
294+
5.2.1:
295+
changes:
296+
bugfixes:
297+
- sql_exporter - Create new collections file for pgBouncer 1.24+
298+
release_summary: Crunchy Data is pleased to announce the availability of pgMonitor
299+
5.2.1. This release brings support for monitoring the latest PgBouncer version
300+
1.24.
301+
fragments:
302+
- 464.yml
303+
- release.yml
304+
release_date: '2025-04-21'

changelogs/fragments/464.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

hugo/content/changelog/_index.md

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,59 @@ draft: false
44
weight: 5
55
---
66

7+
## v5.2.1
8+
9+
### Release Summary
10+
11+
Crunchy Data is pleased to announce the availability of pgMonitor 5.2.1. This release brings support for monitoring the latest PgBouncer version 1.24.
12+
13+
### Bugfixes
14+
15+
- sql_exporter - Create new collections file for pgBouncer 1.24+
16+
17+
## v5.2.0
18+
19+
### Release Summary
20+
21+
Crunchy Data is pleased to announce the availability of pgMonitor 5.2.0. This release brings support for the latest pgmonitor extension version 2.1.0 and many bug fixes.
22+
23+
### Major Changes
24+
25+
- sql_exporter - Updated metric queries for pgmonitor-extension 2.1.0
26+
27+
### Minor Changes
28+
29+
- grafana - Improve Query Statistics dashboard to more accurately report lifetime vs time range statistics
30+
- grafana - Removed the `Last Backup Size (Total)` panel from the pgBackRest Grafana dashboard since it was backed by the removed metric.
31+
- postgres_exporter - Removed the metric `ccp_backrest_last_info_repo_total_size_bytes`.
32+
- prometheus - Added new alerts to monitor the new metrics for the minimum required version of the pgmonitor extension
33+
- sql_exporter - Add additional metrics for monitoring replication slot status. For PG16+ monitor for conflicts. For PG17+, monitor synced and failover status.
34+
- sql_exporter - Add scrape_error_drop_interval setting to the configuration example
35+
- sql_exporter - Added new metrics to monitor pgmonitor-extension version. - `ccp_pgmonitor_extension_global_version` - shows the currently installed version of the extension on the global database as an integer - `ccp_pgmonitor_extension_per_db_version` - shows the currently installed version of the extension on each monitored user database as an integer - `ccp_pgmonitor_extension_global_min_version_installed` - shows whether the currently installed version of the extension is the minimum required for this version of pgMonitor on the global database (0 true, 1 false) - `ccp_pgmonitor_extension_per_db_min_version_installed` - shows whether the currently installed version of the extension is the minimum required for this version of pgMonitor on each monitored user database (0 true, 1 false)
36+
- sql_exporter - Removed the metric `ccp_backrest_last_info_repo_total_size_bytes`. When block incremental backups are enabled, this metric is no longer available from pgBackRest.
37+
38+
### Bugfixes
39+
40+
- grafana - Fix Cache Hit Ratio panel on PG Details dashboard to always be lines. Depending on data returned was sometimes being shown as points.
41+
- grafana - Fix pgBackRest recovery window panel showing multiple values after a PostgreSQL switchover
42+
- postgres_exporter - Disable all collectors included with postgres_exporter by default in example configuration. The other options to disable default metrics are not applied to the new collections.
43+
- postgres_exporter - Fix the `ccp_table_size_size_bytes` metric to remove the duplicate word and just be `ccp_table_size_bytes`
44+
- sql_exporter - Fix the `ccp_table_size_size_bytes` metric to remove the duplicate word and just be `ccp_table_size_bytes`
45+
- sql_exporter - Fix the names of ccp_pgbouncer_database_db_conn_perc_used, ccp_pgbouncer_database_paused, ccp_pgbouncer_database_disabled, and ccp_pgbouncer_list_item_count to be consistent with the old metric names from postgres exporter. These new names are the ones expected in the Grafana dashboard so this change fixes that to work properly again.
46+
- sql_exporter - Removed extraneous double quote at the end of the pgbouncer fdw collector file
47+
48+
749
## v4.12.0
850

9-
Release Summary
10-
---------------
51+
### Release Summary
1152

1253
Crunchy Data is pleased to announce the availability of pgMonitor 4.12.0. This release primarily brings support for Grafana 10.4. See Changelog for additional information.
1354

14-
Breaking Changes / Porting Guide
15-
--------------------------------
55+
### Breaking Changes / Porting Guide
1656

1757
- grafana - Update the dashboards to support Grafana 10.4 so that we're on an officially supported version of Grafana. This does potentially break backward compatibility with Grafana 9.x, so an update to Grafana 10.4 will be required with this version of pgMonitor.
1858

19-
Bugfixes
20-
--------
59+
### Bugfixes
2160

2261
- grafana - Fix etcd dashboard to use new metric names in etcd 3.5
2362
- postgres_exporter - Fix query for database table size to remove duplicate word
@@ -49,7 +88,7 @@ Crunchy Data is pleased to announce the availability of pgMonitor 5.1.0. This re
4988

5089
### Minor Changes
5190

52-
- grafana - Add a new variable dropdown to all dashboards for the Datasource. Allows more flexiblity when importing the dashboard to different environments.
91+
- grafana - Add a new variable dropdown to all dashboards for the Datasource. Allows more flexibility when importing the dashboard to different environments.
5392
- grafana - Add panel to PG Details dashboard to track autovac workers running vs max
5493
- grafana - add a dashboard for HAProxy
5594
- sql_exporter - Add metrics to track current autovacuum workers running and max autovacuum workers

0 commit comments

Comments
 (0)