Skip to content

percona/pgsm-docs

Repository files navigation

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 versions 11, 12, 13, 14, 15 and later.

The pg_stat_monitor code is in the dedicated repository.

This repository contains the source files for pg_stat_monitor documentation. The documentation is written in Markdown markup language and is created using MkDocs.

Contributing

We welcome all contributors. For how to contribute to documentation, read the Contributing guide.

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.