-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create 2.43.2.md * linked in ToC * rewording * correctled title * formatting * typo * draft for Run Docker with volume * feedback from Nailya * feedback from Nurlan * formatting * formatting * Update docs/release-notes/2.43.2.md Co-authored-by: Alex Demidoff <[email protected]> * Update docs/release-notes/2.43.2.md Co-authored-by: Alex Demidoff <[email protected]> * Update docs/release-notes/2.43.2.md Co-authored-by: Alex Demidoff <[email protected]> * Update docs/how-to/share-dashboard 2.md Co-authored-by: Alex Demidoff <[email protected]> * updated date and version * removed OH changes for Image rendering --------- Co-authored-by: Alex Demidoff <[email protected]>
- Loading branch information
1 parent
0567620
commit 2248741
Showing
4 changed files
with
52 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Percona Monitoring and Management 2.43.2 | ||
|
||
| **Release date** | October 30th, 2024 | | ||
| -----------------| ----------------------------------------------------------------------------------------------- | | ||
| **Installation** | [Installing Percona Monitoring and Management](../quickstart/index.md) | | ||
|
||
Percona Monitoring and Management (PMM) is an open source database monitoring, management, and observability solution for MySQL, PostgreSQL, and MongoDB. | ||
|
||
It enables you to observe the health of your database systems, explore new patterns in their behavior, troubleshoot them, and execute database management operations regardless of whether your databases are located on-premises or in the cloud. | ||
|
||
## PostgreSQL 17 support for Query Analytics (QAN) | ||
|
||
This patch release adds PostgreSQL 17 support for Query Analytics with updates to the `pg_stat_statements` and `pg_stat_monitor` extensions. | ||
|
||
To align with PostgreSQL 17 standards, we've renamed the `blk_read_time` field to `shared_blk_read_time` and the `blk_write_time` field to `shared_blk_write_time`. | ||
|
||
All dashboards reflect these changes, and the API supports both old and new field names, for backward compatibility. | ||
|
||
## Secure Grafana image rendering | ||
|
||
PMM Server now supports secure Grafana image rendering capabilities through a dedicated container deployment, providing isolated rendering operations without impacting PMM Server resources. | ||
|
||
Previously installed directly within PMM Server, the Grafana Image Renderer plugin now runs in a separate container, offering secure HTTPS communication and custom CA certificate configuration through the PMM API. | ||
|
||
To update the plugin installation: | ||
|
||
1. Deploy the Grafana Image Renderer container (`grafana/grafana-image-renderer:latest`) alongside PMM Server within the same Docker network. | ||
2. Configure PMM Server with the following environment variables, where `renderer` is the hostname of the Grafana Image Renderer container, and `pmm-server` is the hostname of PMM Server within the Docker network: | ||
|
||
- `GF_RENDERING_SERVER_URL=http://renderer:8081/render` | ||
- `GF_RENDERING_CALLBACK_URL=https://pmm-server:8443/graph/` | ||
|
||
For more information, see [Share dashboards and panels](../how-to/share-dashboard%202.md). | ||
|
||
## Fixed: High memory consumption in MongoDB exporter | ||
|
||
We have updated the MongoDB exporter to address a critical issue present in version 2.43.1 where unclosed connections led to increasingly high memory consumption over time. | ||
|
||
This resolves the *`Failed to get PBM configuration`* error, the users may have encountered as a result of the memory leak, and significantly reduces the rate of increase in total memory allocations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters