From 5237f8afe2968502c0fc26a455e3906b9ce1d401 Mon Sep 17 00:00:00 2001 From: Kai Wagner Date: Mon, 2 May 2022 13:41:41 +0200 Subject: [PATCH] PG-366 remove beta release warning from README.md Signed-off-by: Kai Wagner --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e860ea1d..b46d5b01 100644 --- a/README.md +++ b/README.md @@ -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.