PG-366 remove beta release warning from README.md

Signed-off-by: Kai Wagner <kai.wagner@percona.com>
pull/212/head
Kai Wagner 2022-05-02 13:41:41 +02:00
parent 94df17d5c1
commit 5237f8afe2
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@
## Overview
**NOTE**: This is a beta release and is subject to further changes. We recommend using it in testing environments only.
The `pg_stat_monitor` is a **_Query Performance Monitoring_** tool for PostgreSQL. It attempts to provide a more holistic picture by providing much-needed query performance insights in a [single view](https://github.com/percona/pg_stat_monitor/blob/master/docs/REFERENCE.md).
`pg_stat_monitor` provides improved insights that allow database users to understand query origins, execution, planning statistics and details, query information, and metadata. This significantly improves observability, enabling users to debug and tune query performance. `pg_stat_monitor` is developed on the basis of `pg_stat_statements` as its more advanced replacement.