Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgitelman authored and gvasquezvargas committed Jun 26, 2024
1 parent 858b2bc commit 46035ac
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46035ac

Please sign in to comment.