An open API service indexing awesome lists of open source software.

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

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.