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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,14 @@ Query Store, and Enhanced metrics are configured via Server parameters. Please f
28
28
29
29
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.
30
30
31
-
| Troubleshooting guide | Diagnostic settings log categories and metrics | Query Store | Enhanced metrics | Server parameters |
| CPU | PostgreSQL Server Logs, PostgreSQL Server Sessions data, PostgreSQL Server Query Store Runtime, AllMetrics | pg_qs.query_capture_mode to TOP or ALL | metrics.collector_database_activity | N/A |
34
-
| Memory | PostgreSQL Server Logs, PostgreSQL Server Sessions data, PostgreSQL Server Query Store Runtime | pg_qs.query_capture_mode to TOP or ALL | metrics.collector_database_activity | N/A |
35
-
| IOPS | PostgreSQL Server Query Store Runtime, PostgreSQL Server Logs, PostgreSQL Server Sessions data, PostgreSQL Server Query Store Wait Statistics | pg_qs.query_capture_mode to TOP or ALL, pgms_wait_sampling.query_capture_mode to ALL | metrics.collector_database_activity | track_io_timing to ON |
36
-
| Temporary files | PostgreSQL Server Sessions data, PostgreSQL Server Query Store Runtime, PostgreSQL Server Query Store Wait Statistics | pg_qs.query_capture_mode to TOP or ALL, pgms_wait_sampling.query_capture_mode to ALL | metrics.collector_database_activity | N/A |
| CPU | PostgreSQL Server Logs<br/>PostgreSQL Server Sessions data<br/>PostgreSQL Server Query Store Runtime<br/>AllMetrics | pg_qs.query_capture_mode to TOP or ALL| metrics.collector_database_activity | N/A |
34
+
| Memory | PostgreSQL Server Logs<br/>PostgreSQL Server Sessions data<br/>PostgreSQL Server Query Store Runtime | pg_qs.query_capture_mode to TOP or ALL| metrics.collector_database_activity | N/A |
35
+
| IOPS | PostgreSQL Server Query Store Runtime<br/>PostgreSQL Server Logs<br/>PostgreSQL Server Sessions data<br/>PostgreSQL Server Query Store Wait Statistics | pg_qs.query_capture_mode to TOP or ALL<br/>pgms_wait_sampling.query_capture_mode to ALL | metrics.collector_database_activity | track_io_timing to ON |
36
+
| Temporary files | PostgreSQL Server Sessions data<br/>PostgreSQL Server Query Store Runtime<br/>PostgreSQL Server Query Store Wait Statistics | pg_qs.query_capture_mode to TOP or ALL<br/>pgms_wait_sampling.query_capture_mode to ALL | metrics.collector_database_activity | N/A |
37
+
| Autovacuum monitoring | PostgreSQL Server Logs<br/>PostgreSQL Autovacuum and schema statistics<br/>PostgreSQL remaining transactions | N/A| N/A | log_autovacuum_min_duration |
0 commit comments