From 46035acbd9adc0fbdbf2d6f9b77e8f5a12632473 Mon Sep 17 00:00:00 2001 From: Betsy Gitelman Date: Tue, 25 Jun 2024 12:15:33 -0400 Subject: [PATCH] Apply suggestions from code review --- .../monitoring_using_biganimal_observability/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product_docs/docs/biganimal/release/using_cluster/05_monitoring_and_logging/monitoring_using_biganimal_observability/index.mdx b/product_docs/docs/biganimal/release/using_cluster/05_monitoring_and_logging/monitoring_using_biganimal_observability/index.mdx index 61960471728..73255fea9e4 100644 --- a/product_docs/docs/biganimal/release/using_cluster/05_monitoring_and_logging/monitoring_using_biganimal_observability/index.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/05_monitoring_and_logging/monitoring_using_biganimal_observability/index.mdx @@ -59,11 +59,11 @@ By default, these charts displays the historical data of the last 15 minutes. To - **Disk throughput** (line chart) — The amount of data transferred to and from the disk per second for the Postgres cluster. - **Database size** (line chart) — The amount of storage volume used by the Postgres cluster. - **Session wait states** — These charts are powered by [EDB wait states](https://www.enterprisedb.com/docs/pg_extensions/wait_states/). They include: - - **Wait times** (line chart) — This chart shows the approximate wait times for different wait events in a Postgres database, measured in seconds. It groups each wait event type to make it easy to compare and identify potential system issues. - - **Wait events** (line chart) — This chart visualizes the approximate wait times of wait events in a Postgres database, measured in seconds. + - **Wait times** (line chart) — The approximate wait times for different wait events in a Postgres database, in seconds. This chart groups each wait event type to make it easy to compare and identify potential system issues. + - **Wait events** (line chart) — The approximate wait times of wait events in a Postgres database, in seconds. !!!note "Important" - The EDB Wait States extension is enabled by default because it is needed to collect the data for Session wait states charts. This extension gathers detailed information about the active sessions, including wait events, which is then used to create charts for diagnostics purposes. For more information on enabling/disabling the extension, see [EDB wait states](https://www.enterprisedb.com/docs/pg_extensions/wait_states/installing/). + The EDB Wait States extension is enabled by default because it's needed to collect the data for session wait states charts. This extension gathers detailed information about the active sessions, including wait events. This information is then used to create charts for diagnostics purposes. For more information on enabling/disabling the extension, see [EDB wait states](https://www.enterprisedb.com/docs/pg_extensions/wait_states/installing/). !!! ## Features for both types of charts