Skip to content

Commit

Permalink
Merge pull request #5792 from EnterpriseDB/content/docs/biganimal/pem…
Browse files Browse the repository at this point in the history
…x-update

BigAnimal's Observability feature update
  • Loading branch information
nidhibhammar authored Jun 26, 2024
2 parents 92f3c82 + 46035ac commit db54108
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ 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** — These charts are powered by [EDB wait states](https://www.enterprisedb.com/docs/pg_extensions/wait_states/). They include:
- **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'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

Expand Down

1 comment on commit db54108

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.