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

docs: Update docs for 5.1 #433

Merged
merged 3 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@ pgMonitor Release Notes
.. contents:: Topics


v5.1.0
======

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

Crunchy Data is pleased to announce the availability of pgMonitor 5.1.0. This release brings support for PostgreSQL 17. It also brings more flexible Grafana dashboards, an HAProxy dashboard and better support for etcd and pgBackRest.


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

- grafana - add support for new metrics in PG17
- sql_exporter - add support for PG17

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

- grafana - Add a new variable dropdown to all dashboards for the Datasource. Allows more flexiblity when importing the dashboard to different environments.
- grafana - Add panel to PG Details dashboard to track autovac workers running vs max
- grafana - add a dashboard for HAProxy
- sql_exporter - Add metrics to track current autovacuum workers running and max autovacuum workers
- sql_exporter - A password for the ccp_monitoring database role is no longer set when using the setup_db.sql file.
- sql_exporter - Make the default privileges for the setup_db.yml file world readable (when installing via package).

Bugfixes
--------

- grafana - Fix etcd dashboard to use new metric names in etcd 3.5
- postgres_exporter - Fix query for pgBackRest monitoring to handle 3 number versions

v5.0.0
======

Expand Down
41 changes: 41 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,44 @@ releases:
- 412.yml
- release_summary.yml
release_date: '2024-07-09'
5.1.0:
changes:
bugfixes:
- grafana - Fix etcd dashboard to use new metric names in etcd 3.5
- postgres_exporter - Fix query for pgBackRest monitoring to handle 3 number
versions
major_changes:
- grafana - add support for new metrics in PG17
- sql_exporter - add support for PG17
minor_changes:
- grafana - Add a new variable dropdown to all dashboards for the Datasource.
Allows more flexiblity when importing the dashboard to different environments.
- grafana - Add panel to PG Details dashboard to track autovac workers running
vs max
- grafana - add a dashboard for HAProxy
- sql_exporter - Add metrics to track current autovacuum workers running and
max autovacuum workers
- sql_exporter - A password for the ccp_monitoring database role is no longer
set when using the setup_db.sql file.
- sql_exporter - Make the default privileges for the setup_db.yml file world
readable (when installing via package).
release_summary: 'Crunchy Data is pleased to announce the availability of pgMonitor
5.1.0. This release brings support for PostgreSQL 17. It also brings more
flexible Grafana dashboards, an HAProxy dashboard and better support for etcd
and pgBackRest.

'
fragments:
- 106.yml
- 207.yml
- 404.yml
- 408.yml
- 410.yml
- 418.yml
- 419.yml
- 420.yml
- 423.yml
- 428.yml
- 432.yml
- 5.1.0.yml
release_date: '2024-09-16'
3 changes: 0 additions & 3 deletions changelogs/fragments/106.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions hugo/content/exporter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Note that blackbox_exporter is typically installed on the Prometheus node and do

* If you are upgrading to version 5.0 and transitioning to using the new sql_exporter, please see the documentation in [Upgrading to pgMonitor v5.0.0](/changelog/v5_upgrade/)
* See the [CHANGELOG ](/changelog) for full details on both major & minor version upgrades.
* It is recommended to re-run the `setup_db.sql` script after running any updates to the `pgmonitor-extension` to ensure any new needed privileges are granted and that new objects have their permissions set properly. If you have any other roles besides the default interacting with the `pgmonitor-extension` objects, you may have to adjust their permissions as well.

## Setup {#setup}

Expand Down