Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for version 5.0.0 #414

Merged
merged 3 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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


v5.0.0
======

Release Summary
---------------

Crunchy Data is pleased to announce the availability of pgMonitor 5.0.0. This release brings support for a new Prometheus exporter for PostgreSQL - sql_exporter. It also supports a new monitoring extension to make metric collection easier and more performant. This changelog contains all changes that have been added since the 4.11.0 release.

Major Changes
-------------

- grafana - Add new dashboards for sql_exporter support. New PostgreSQL Overview and PgBouncer direct metrics dashboards
- grafana - New Grafana minimum version is now 10.4. All dashboards have been updated to fix AngularJS deprecation warnings and re-exported from 10.4.
- grafana - Organize packages to allow better choice of available Grafana dashboards
- grafana - Remove top level general Overview dashboard
- pgmonitor-extension - Add more extensive support for materialized views and refreshed tables for expensive or custom metric queries
- pgmonitor-extension - Add support for using the PostgreSQL pgmonitor-extension to aid in metrics collection with sql_exporter
- postgres_exporter - Note that postgres_exporter is still supported but will be deprecated in a future version
- sql_exporter - Add support for directly connecting to PgBouncer to collect metrics
- sql_exporter - Add support for new PostgreSQL metrics collecting exporter (sql_exporter)

Minor Changes
-------------

- prometheus - Added OOMKiller Alert using node_exporter metrics

Bugfixes
--------

- docs - add reference links to upstream configuration docs
- exporter - fix the pgbackrest-info.sh to force the necessary console output level that it expects
- grafana - fix some queries that were searching on the wrong label (datname vs. dbname)
- sql_exporter - add new metric for n_tup_newpage_upd
- sql_exporter - use the new views from pgmonitor-extension instead of full queries

v4.11.0
=======

Expand Down
46 changes: 46 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,49 @@ releases:
- 355.yml
- release_summary.yml
release_date: '2023-07-25'
5.0.0:
changes:
bugfixes:
- docs - add reference links to upstream configuration docs
- exporter - fix the pgbackrest-info.sh to force the necessary console output
level that it expects
- grafana - fix some queries that were searching on the wrong label (datname
vs. dbname)
- sql_exporter - add new metric for n_tup_newpage_upd
- sql_exporter - use the new views from pgmonitor-extension instead of full
queries
major_changes:
- grafana - Add new dashboards for sql_exporter support. New PostgreSQL Overview
and PgBouncer direct metrics dashboards
- grafana - New Grafana minimum version is now 10.4. All dashboards have been
updated to fix AngularJS deprecation warnings and re-exported from 10.4.
- grafana - Organize packages to allow better choice of available Grafana dashboards
- grafana - Remove top level general Overview dashboard
- pgmonitor-extension - Add more extensive support for materialized views and
refreshed tables for expensive or custom metric queries
- pgmonitor-extension - Add support for using the PostgreSQL pgmonitor-extension
to aid in metrics collection with sql_exporter
- postgres_exporter - Note that postgres_exporter is still supported but will
be deprecated in a future version
- sql_exporter - Add support for directly connecting to PgBouncer to collect
metrics
- sql_exporter - Add support for new PostgreSQL metrics collecting exporter
(sql_exporter)
minor_changes:
- prometheus - Added OOMKiller Alert using node_exporter metrics
release_summary: Crunchy Data is pleased to announce the availability of pgMonitor
5.0.0. This release brings support for a new Prometheus exporter for PostgreSQL
- sql_exporter. It also supports a new monitoring extension to make metric
collection easier and more performant. This changelog contains all changes
that have been added since the 4.11.0 release.
fragments:
- 361.yml
- 387.yml
- 397.yml
- 399.yml
- 401.yml
- 407.yml
- 411.yml
- 412.yml
- release_summary.yml
release_date: '2024-07-09'
10 changes: 0 additions & 10 deletions changelogs/fragments/361.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/399.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

33 changes: 33 additions & 0 deletions hugo/content/changelog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@ title: "Changelog"
draft: false
weight: 5
---
## 5.0.0

### Release Summary

Crunchy Data is pleased to announce the availability of pgMonitor 5.0.0. This release brings support for a new Prometheus exporter for PostgreSQL - sql_exporter. It also supports a new monitoring extension to make metric collection easier and more performant. This changelog contains all changes that have been added since the 4.11.0 release.

Please see the [5.0.0 upgrade documentation](v5_upgrade) for more information on converting to the new sql_exporter.

### Major Changes

- grafana - Add new dashboards for sql_exporter support. New PostgreSQL Overview and PgBouncer direct metrics dashboards
- grafana - New Grafana minimum version is now 10.4. All dashboards have been updated to fix AngularJS deprecation warnings and re-exported from 10.4.
- grafana - Organize packages to allow better choice of available Grafana dashboards
- grafana - Remove top level general Overview dashboard
- pgmonitor-extension - Add more extensive support for materialized views and refreshed tables for expensive or custom metric queries
- pgmonitor-extension - Add support for using the PostgreSQL pgmonitor-extension to aid in metrics collection with sql_exporter
- postgres_exporter - Note that postgres_exporter is still supported but will be deprecated in a future version
- sql_exporter - Add support for directly connecting to PgBouncer to collect metrics
- sql_exporter - Add support for new PostgreSQL metrics collecting exporter (sql_exporter)

### Minor Changes

- prometheus - Added OOMKiller Alert using node_exporter metrics

### Bugfixes

- docs - add reference links to upstream configuration docs
- exporter - fix the pgbackrest-info.sh to force the necessary console output level that it expects
- grafana - fix some queries that were searching on the wrong label (datname vs. dbname)
- sql_exporter - add new metric for n_tup_newpage_upd
- sql_exporter - use the new views from pgmonitor-extension instead of full queries


## 4.11.0

### Release Summary
Expand Down
2 changes: 1 addition & 1 deletion hugo/content/changelog/v5_upgrade/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ If you didn't use the Crunchy-provided packages, ensure the files in the followi

## Set up sql_exporter

At this point, you should just be able to follow the [https://access.crunchydata.com/documentation/pgmonitor/latest/](standard setup instructions) for the latest version of pgMonitor. This will setup the new exporter, Prometheus targets, and new Grafana dashboards.
At this point, you should just be able to follow the [standard setup instructions](https://access.crunchydata.com/documentation/pgmonitor/latest/) for the latest version of pgMonitor. This will set up the new exporter, Prometheus targets, and new Grafana dashboards.