Skip to content

Commit e563b65

Browse files
Update how-to-troubleshooting-guides.md
1 parent a10ca57 commit e563b65

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Query Store, and Enhanced metrics are configured via Server parameters. Please f
2828

2929
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.
3030

31-
| Troubleshooting guide | Diagnostic settings log categories and metrics | Query Store | Enhanced metrics | Server parameters |
32-
|:----------------------|:----------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|-------------------------------------|-----------------------------|
33-
| 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 |
37-
| Autovacuum monitoring | PostgreSQL Server Logs, PostgreSQL Autovacuum and schema statistics, PostgreSQL remaining transactions | N/A | N/A | log_autovacuum_min_duration |
38-
| Autovacuum blockers | PostgreSQL Server Sessions data, PostgreSQL remaining transactions | N/A | N/A | N/A |
31+
| Troubleshooting guide | Diagnostic settings log categories and metrics | Query Store | Enhanced metrics | Server parameters |
32+
|:----------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|-------------------------------------|-----------------------------|
33+
| 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 |
38+
| Autovacuum blockers | PostgreSQL Server Sessions data<br/>PostgreSQL remaining transactions | N/A | N/A | N/A |
3939

4040

4141
> [!NOTE]

0 commit comments

Comments
 (0)