Skip to content
Open
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
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 11 through 18 and Percona Distribution for PostgreSQL versions 11 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
7 changes: 6 additions & 1 deletion documentation/docs/release-notes/3.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ Percona Monitoring and Management (PMM) is an open source database monitoring, m

## ✨ Release highlights

###
### Full PostgreSQL 18 support

Building on the PostgreSQL 18 support introduced in PMM 3.5.0, we've now added enhanced Query Analytics (QAN) metrics for WAL buffer usage and parallel worker statistics. You can access these metrics via the QAN API (GetReport and GetFilter endpoints). To explore these endpoints, see your PMM Server's Swagger UI at /swagger/. UI support is planned for a future release.

For setup instructions, see [Connect PostgreSQL databases to PMM](../install-pmm/install-pmm-client/connect-database/postgresql.md).


## 🔒 Security updates

Expand Down
Loading