Skip to content

Commit

Permalink
feat: release notes for 4.9.0 (#356)
Browse files Browse the repository at this point in the history
* feat: release notes for 4.9.0

* Apply suggestions from code review

Co-authored-by: David Christensen <[email protected]>

* doc: fix changelog syntax

---------

Co-authored-by: David Christensen <[email protected]>
  • Loading branch information
keithf4 and pgguru authored Jul 25, 2023
1 parent 46c2a18 commit 34febef
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 28 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,41 @@ pgMonitor Release Notes
.. contents:: Topics


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.8.0
======

Expand Down
47 changes: 47 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,50 @@ releases:
- 307.yml
- v4.8.0.yml
release_date: '2022-11-16'
4.9.0:
changes:
bugfixes:
- grafana - fixed dashboard links that broke when Grafana removed support for
the `/dashboard/db/:slug` endpoint in v8
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
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.
fragments:
- 120.yml
- 283.yml
- 327.yml
- 330.yml
- 333.yml
- 334.yml
- 338.yml
- 341.yml
- 344.yml
- 351.yml
- 355.yml
- release_summary.yml
release_date: '2023-07-25'
2 changes: 0 additions & 2 deletions changelogs/fragments/120.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/283.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/327.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/330.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/333.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/334.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/338.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/341.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/344.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/351.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/355.yml

This file was deleted.

0 comments on commit 34febef

Please sign in to comment.