Skip to content

Releases: CrunchyData/pgmonitor

v4.11.0

25 Jan 15:15
d5809c0
Compare
Choose a tag to compare

Release Summary

Crunchy Data is pleased to announce the availability of pgMonitor 4.11.0. This release primarily updates support for the underlying applications to more recent versions. This changelog contains all changes that have been added since the 4.10.0 release.

Minor Changes

  • alertmanager - minimum version 0.23, maximum 0.26.x
  • blackbox_exporter - minimum version 0.22.x, maximum 0.24.x
  • grafana - minimum version 9.2.19, maximum 9.9.x
  • node_exporter - minimum version 1.5.0, maximum 1.7.x
  • postgres_exporter - minimum version 0.10.1, maximum 0.15.x
  • prometheus - minimum version 2.38, maximum 2.49.x

v4.11.0-beta4

11 Jan 14:46
f9baa12
Compare
Choose a tag to compare
v4.11.0-beta4 Pre-release
Pre-release
chore: revert new grafana alertmanager dashboard (#391)

v4.11.0-beta3

20 Dec 22:33
e5d8197
Compare
Choose a tag to compare
v4.11.0-beta3 Pre-release
Pre-release

N/A

v4.11.0-beta2

28 Nov 16:37
9ae6998
Compare
Choose a tag to compare
v4.11.0-beta2 Pre-release
Pre-release

N/A

v4.11.0-beta

08 Nov 19:06
1350b23
Compare
Choose a tag to compare
v4.11.0-beta Pre-release
Pre-release

N/A

v4.10.0

17 Oct 18:02
v4.10.0
cb0dae2
Compare
Choose a tag to compare

4.10.0

Release Summary

Crunchy Data is pleased to announce the availability of pgMonitor 4.10.0. This release primarily adds support for PostgreSQL 16. This changelog contains all changes that have been added since the 4.9.0 release.

Minor Changes

  • postgres_exporter - Add support for PostgreSQL 16
  • containers - The datasource for containers is named PROMETHEUS. Update dashboards to use the hardcoded name.
  • grafana - Adjust the cache hit graph to do a 1m rate vs lifetime ratio
  • grafana - Relabel the cache hit ratio dial properly mark it as the lifetime cache hit replication

v4.9.0

25 Jul 21:53
34febef
Compare
Choose a tag to compare

v4.9.0

Release Summary

Version 4.9.0 of pgMonitor includes updates to add additional metrics and now better supports monitoring multiple pgbouncer hosts. Please see the full CHANGELOG for additional information about this release.

Major Changes

  • postgres_exporter - Added options for using materialized views to collect metrics that may cause longer query runtimes (object sizing, statistics, etc)
  • postgres_exporter - Moved the database size metric out of the 'queries_global.yml' file and into the 'queries_global_dbsize.yml' file to allow an optional materialized view metric. Ensure query file configuration list is updated to account for this change

Minor Changes

  • blackbox_exporter - added additional probe for TCP with TLS enabled
  • grafana - Add panel to Query Statistics dashboard for top WAL stats by bytes
  • grafana - Minimum version of Grafana is now 9.2.19
  • grafana - Update dashboard to support multiple pgbouncer targets exported by new pgbouncer_fdw
  • postgres_exporter - Add WAL statistics for pg_stat_statements
  • postgres_exporter - Filter out idle-in-transaction sessions from general max query runtime metrics.
  • postgres_exporter - Update query file to support pgbouncer_fdw 1.0.0
  • prometheus - Add alert for cases where a PostgreSQL cluster does not have an instance that is the leader/primary
  • prometheus - Allow node_exporter's load alert to be based on the CPU count. Allows lowering of default thresholds and more accurate alerting
  • prometheus - Enable the PGDataChecksum alert by default for PG12+
  • prometheus - Update the example files to provide better guidance on proper configuration
  • prometheus - added additional job example to scan TCP probes with TLS

Bugfixes

  • grafana - fixed dashboard links that broke when Grafana removed support for the /dashboard/db/:slug endpoint in v8

v4.9.0-RC1

29 Jun 20:20
8e7f343
Compare
Choose a tag to compare
v4.9.0-RC1 Pre-release
Pre-release

Release Candicate 1 for version 4.9.0. Full release notes will be available when final release is complete

v4.8.1

12 Jun 14:51
7207ef7
Compare
Choose a tag to compare

Release Summary

Version 4.8.1 of pgMonitor is a bugfix release for Grafana dashboards. If you are not using the container dashboards, there is no immediate need to update to this version.

Bugfixes

  • grafana - fixed dashboard links that broke when Grafana removed support for the /dashboard/db/:slug endpoint in v8 (#338)

v4.8.0

17 Nov 16:42
da0824c
Compare
Choose a tag to compare

Release Summary

Version 4.8.0 of pgMonitor includes support for PostgreSQL 15. Please see the CHANGELOG for additional information about this release.

Major Changes

  • pg15 - Update to support PostgreSQL 15 (#296)

Minor Changes

  • jit - Disable JIT for the ccp_monitoring user to avoid memory leak issues (#295)
  • prometheus - update prometheus sysconfig file to use up to date startup values (#293)

Bugfixes

  • postgres_exporter - fixed pgbackrest-info.sh script to account for old default pgBackRest config file not existing
  • postgres_exporter - remove unnecessary $-escaping in the service file (#301)
  • postgres_exporter - update global sysconfig file to have proper general queries file (#297)