Skip to content

Commit 25aaadb

Browse files
new guides
1 parent 6e066e0 commit 25aaadb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/postgresql/flexible-server/how-to-troubleshooting-guides.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ All troubleshooting guides require logs to be sent to the Log Analytics workspac
2727
Please follow the steps described in the [Configure and Access Logs in Azure Database for PostgreSQL - Flexible Server](howto-configure-and-access-logs.md) article to configure diagnostic settings and send the logs to the Log Analytics workspace.
2828
Query Store, and Enhanced Metrics are configured via the Server Parameters. Please follow the steps described in the "Configure server parameters in Azure Database for PostgreSQL - Flexible Server" articles for [Azure Portal](howto-configure-server-parameters-using-portal.md) or [Azure CLI](howto-configure-server-parameters-using-cli.md).
2929

30-
The table below provides information on the required log categories for each troubleshooting guide, as well as the necessary Query Store and Enhanced Metrics prerequisites.
31-
32-
| Troubleshooting guide | Diagnostic settings log categories | Query Store | Enhanced Metrics |
33-
|:------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------|-------------------------------------|
34-
| Autovacuum blockers & wraparound identification | "PostgreSQL Sessions", "PostgreSQL Database Remaining Transactions" | :x: | :x: |
35-
| Autovacuum monitoring | "PostgreSQL Server Logs", "PostgreSQL Tables Statistics", "PostgreSQL Database Remaining Transactions" | :x: | :x: |
36-
| High CPU utilization | "PostgreSQL Server Logs", "PostgreSQL Sessions", "AllMetrics" | pg_qs.query_capture_mode to TOP or ALL | metrics.collector_database_activity |
37-
| High IOPS utilization | "PostgreSQL Query Store Runtime", "PostgreSQL Server Logs", "PostgreSQL Sessions", "PostgreSQL Query Store Wait Statistics" | pgms_wait_sampling.query_capture_mode to ALL | metrics.collector_database_activity |
38-
| High memory usage | "PostgreSQL Server Logs", "PostgreSQL Sessions" | pg_qs.query_capture_mode to TOP or ALL | metrics.collector_database_activity |
39-
| High temporary file usage | "PostgreSQL Query Store Runtime", "PostgreSQL Query Store Wait Statistics" | pg_qs.query_capture_mode to TOP or ALL | metrics.collector_database_activity |
30+
The table below provides information on the required log categories for each troubleshooting guide, as well as the necessary Query Store, Enhanced Metrics and Server Parameters prerequisites.
31+
32+
| Troubleshooting guide | Diagnostic settings log categories | Query Store | Enhanced Metrics | Server Parameters |
33+
|:----------------------|:--------------------------------------------------------------------------------------------------------------------|----------------------------------------------|-------------------------------------|-------------------|
34+
| Autovacuum Blockers | PostgreSQL Sessions, PostgreSQL Database Remaining Transactions | :x: | :x: | :x: |
35+
| Autovacuum Monitoring | PostgreSQL Server Logs, PostgreSQL Tables Statistics, PostgreSQL Database Remaining Transactions | :x: | :x: | log_autovacuum_min_duration |
36+
| High CPU Usage | PostgreSQL Server Logs, PostgreSQL Sessions, AllMetrics | pg_qs.query_capture_mode to TOP or ALL | metrics.collector_database_activity | :x: |
37+
| High IOPS Usage | PostgreSQL Query Store Runtime, PostgreSQL Server Logs, PostgreSQL Sessions, PostgreSQL Query Store Wait Statistics | pgms_wait_sampling.query_capture_mode to ALL | metrics.collector_database_activity | :x: |
38+
| High Memory Usage | PostgreSQL Server Logs, PostgreSQL Sessions, PostgreSQL Query Store Runtime | pg_qs.query_capture_mode to TOP or ALL | metrics.collector_database_activity | :x: |
39+
| High Temporary Files | PostgreSQL Sessions, PostgreSQL Query Store Runtime, PostgreSQL Query Store Wait Statistics | pg_qs.query_capture_mode to TOP or ALL | metrics.collector_database_activity | :x: |
4040

4141

4242
> [!NOTE]

0 commit comments

Comments
 (0)