Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ For a more detailed comparison of extensions, see the [pg_stat_monitor documenta

=== "pg_stat_monitor"

`pg_stat_monitor` is Percona’s advanced PostgreSQL monitoring extension that enhances observability with detailed query metrics and improved aggregation. It is compatible with PostgreSQL (Community Edition) versions 11 through 18 and Percona Distribution for PostgreSQL versions 11 through 17.
`pg_stat_monitor` is Percona’s advanced PostgreSQL monitoring extension that enhances observability with detailed query metrics and improved aggregation. It is compatible with PostgreSQL versions 13 through 18 and Percona Distribution for PostgreSQL versions 13 through 18.

!!! warning "Query plan metrics known issue"
Before configuring `pg_stat_monitor`, make sure that `pg_stat_monitor.pgsm_enable_query_plan` stays disabled. This is because query plans causes `pg_stat_monitor` to create multiple records for each query, leading to incorrect timing calculations.

Expand Down
5 changes: 2 additions & 3 deletions documentation/docs/release-notes/3.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Percona Monitoring and Management (PMM) is an open source database monitoring, m

## ✨ Release highlights

###



## 🔒 Security updates

Expand All @@ -29,8 +30,6 @@ Upgraded from v1.10.5 with security enhancements and new features including impr
## 📈 Improvements
- [PMM-14375](https://perconadev.atlassian.net/browse/PMM-14375): Added `--agent-env-vars` flag to `pmm-admin` add commands. Use this to pass environment variables from `pmm-agent` to exporters when your monitoring setup requires environment-level credentials or configuration.



## ✅ Fixed issues

- [PMM-14378](https://perconadev.atlassian.net/browse/PMM-14378): Fixed `waitid: no child processes` error that could occasionally occur when registering PMM Client (Docker distribution) with PMM Server.
Expand Down
Loading