You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/how-to-troubleshooting-guides.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,16 @@ All troubleshooting guides require logs to be sent to the Log Analytics workspac
27
27
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.
28
28
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).
29
29
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.
| 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|
| 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:|
0 commit comments