From 337fe8db7ea1e4e42fe77d278a45e00ef3f72eb6 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:32:50 +0530 Subject: [PATCH] Update product_docs/docs/biganimal/release/using_cluster/05_monitoring_and_logging/monitoring_using_biganimal_observability/index.mdx Co-authored-by: Simon Notley <43099400+sonotley@users.noreply.github.com> --- .../monitoring_using_biganimal_observability/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7cbbeddc6c2..5556ce48819 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 @@ -58,7 +58,7 @@ By default, these charts displays the historical data of the last 15 minutes. To - **Active connections** (line chart) — The current number of connections between the client applications and the Postgres cluster. - **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** — It is powered by [EDB wait states](https://www.enterprisedb.com/docs/pg_extensions/wait_states/) and provides comprehensive monitoring solutions for Postgres clusters. It actively monitors various metrics, including wait events, visualized through insightful charts. The chart supports prompt and informed actions. They include: + - **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 PostgreSQL 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 PostgreSQL database, measured in seconds.