Skip to content

Commit

Permalink
Updated PostgreSQL to Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhibhammar authored and gvasquezvargas committed Jun 26, 2024
1 parent c4ffbe7 commit 858b2bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ 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 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.
- **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.

!!!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/).
Expand Down

0 comments on commit 858b2bc

Please sign in to comment.