Skip to content
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
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
4 changes: 2 additions & 2 deletions documentation/docs/release-notes/3.6.0.md

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../images/native_sidebar.png Status: 404 Cannot find: ../images/native_sidebar.png

![New native sidebar](../images/native_sidebar.png)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../install-pmm/HA-docker.md Status: 404 Cannot find: ../install-pmm/HA-docker.md

PMM's two production-ready HA options ([Docker](../install-pmm/HA-docker.md) and [Kubernetes single-instance](../install-pmm/HA-kubernetes-single-instance.md)) work well but leave 1-5 minute monitoring gaps during failover.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../install-pmm/HA-kubernetes-single-instance.md Status: 404 Cannot find: ../install-pmm/HA-kubernetes-single-instance.md

PMM's two production-ready HA options ([Docker](../install-pmm/HA-docker.md) and [Kubernetes single-instance](../install-pmm/HA-kubernetes-single-instance.md)) work well but leave 1-5 minute monitoring gaps during failover.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../images/HA-inventory-nodes.png Status: 404 Cannot find: ../images/HA-inventory-nodes.png

![PMM HA Status badge](../images/HA-inventory-nodes.png)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../images/HA-Status.png Status: 404 Cannot find: ../images/HA-Status.png

![PMM HA Status badge](../images/HA-Status.png)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../reference/dashboards/dashboard-ha-health-overview.md Status: 404 Cannot find: ../reference/dashboards/dashboard-ha-health-overview.md

- **[PMM HA Health Overview dashboard](../reference/dashboards/dashboard-ha-health-overview.md)**: provides detailed monitoring of component health, resource usage, and pod status specifically for HA Clustered deployments

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../images/PMM_HA_Health_Overview.png Status: 404 Cannot find: ../images/PMM_HA_Health_Overview.png

![PMM HA Health Overview Dashboard](../images/PMM_HA_Health_Overview.png)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../install-pmm/HA-clustered.md#known-issues Status: 404 Cannot find: ../install-pmm/HA-clustered.md#known-issues

See [limitations and known issues](../install-pmm/HA-clustered.md#known-issues) for current restrictions.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../install-pmm/HA-clustered.md Status: 404 Cannot find: ../install-pmm/HA-clustered.md

For installation instructions, see [Install PMM with Kubernetes HA (Clustered)](../install-pmm/HA-clustered.md).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach https://percona-pmm.readme.io/reference/release-notes-3-6-0 Status: 404

For programmatic monitoring, see the new [REST API endpoints](https://percona-pmm.readme.io/reference/release-notes-3-6-0).

Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ We've redesigned the **MongoDB PBM Details** dashboard with new and enhanced pan

![MongoDB Backup Details dashboard](../images/BackupDetails_Updated.png)

To explore this dashboard, go to **MongoDB > MongoDB Backup Details** in the sidebar.

To explore this dashboard, go to **MongoDB > MongoDB Backup Details** in the sidebar


## 🔒 Security updates
Expand Down Expand Up @@ -180,6 +179,7 @@ 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.


- [PMM-14528](https://perconadev.atlassian.net/browse/PMM-14528): Updated Watchtower and Docker API libraries with full Docker v29.0.0 support. The `DOCKER_API_VERSION` workaround is no longer required. If you're using an older watchtower version and see `client version is too old` errors, see [Troubleshoot upgrade issues](../troubleshoot/upgrade_issues.md#watchtower-fails-with-client-version-is-too-old-error).


Expand Down
Loading