https://github.com/percona/pgsm-docs
pg_stat_monitor for PostgreSQL
https://github.com/percona/pgsm-docs
Last synced: 11 months ago
JSON representation
pg_stat_monitor for PostgreSQL
- Host: GitHub
- URL: https://github.com/percona/pgsm-docs
- Owner: percona
- License: other
- Created: 2022-07-11T07:53:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-30T19:00:48.000Z (about 1 year ago)
- Last Synced: 2025-07-22T19:48:09.333Z (12 months ago)
- Language: HTML
- Size: 1.17 MB
- Stars: 7
- Watchers: 9
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# pg_stat_monitor documentation
Welcome to `pg_stat_monitor` documentation!
## Overview
The `pg_stat_monitor` is a Query Performance Monitoring tool for PostgreSQL. It is the advanced replacement of the `pg_stat_statements` extension because it aggregates the collected performance stats saving users from doing it themselves. The native integration with Percona Management and Monitoring (PMM) automates monitoring, provides data visualization on dashboards, security threat checks and alerting, available in PMM out of the box.
`pg_stat_monitor` is compatible with upstream PostgreSQL and [Percona Distribution for PostgreSQL](https://www.percona.com/software/postgresql-distribution) versions 11, 12, 13, 14, 15, 16 and later.
The `pg_stat_monitor` code is [in the dedicated repository](https://github.com/percona/pg_stat_monitor/blob/main).
This repository contains the source files for [`pg_stat_monitor` documentation](https://docs.percona.com/pg-stat-monitor/). The documentation is written in [Markdown markup language](https://www.markdownguide.org/) and is created using [MkDocs](https://www.mkdocs.org/).
## Contributing
We welcome all contributors. For how to contribute to documentation, read the [Contributing guide](https://github.com/percona/pgsm-docs/blob/main/CONTRIBUTING.md).
## Licensing
Percona is dedicated to **keeping open source open**. Wherever possible, we strive to include permissive licensing for both our software and documentation. For this project, we are using the Apache License 2.0 license.