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.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ pgMonitor Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v4.12.0
8
+
=======
9
+
10
+
Release Summary
11
+
---------------
12
+
13
+
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.
14
+
15
+
Breaking Changes / Porting Guide
16
+
--------------------------------
17
+
18
+
- 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.
19
+
20
+
Bugfixes
21
+
--------
22
+
23
+
- grafana - Fix etcd dashboard to use new metric names in etcd 3.5
24
+
- postgres_exporter - Fix query for database table size to remove duplicate word
25
+
- postgres_exporter - Fix query for pgBackRest monitoring to handle 3 number versions
Copy file name to clipboardExpand all lines: hugo/content/changelog/_index.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ draft: false
4
4
weight: 5
5
5
---
6
6
7
+
## v4.12.0
8
+
9
+
Release Summary
10
+
---------------
11
+
12
+
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.
13
+
14
+
Breaking Changes / Porting Guide
15
+
--------------------------------
16
+
17
+
- 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.
18
+
19
+
Bugfixes
20
+
--------
21
+
22
+
- grafana - Fix etcd dashboard to use new metric names in etcd 3.5
23
+
- postgres_exporter - Fix query for database table size to remove duplicate word
24
+
- postgres_exporter - Fix query for pgBackRest monitoring to handle 3 number versionso
0 commit comments