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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Each troubleshooting guide requires a specific set of data, which is sourced fro
25
25
All troubleshooting guides require logs to be sent to the Log Analytics workspace, but the specific category of logs to be captured may vary depending on the particular guide.
26
26
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
-
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).
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
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
31
@@ -52,11 +52,11 @@ To use troubleshooting guides, follow these steps:
52
52
53
53
3. Navigate to the top of the page where you will find a series of tabs, each representing one of the six problems you may wish to resolve. Click on the relevant tab.
:::image type="content" source="./media/how-to-troubleshooting-guides/portal-blade-overview.png" alt-text="Screenshot of Troubleshooting guides - tabular view":::
56
56
57
57
4. Select the time range during which the problem occurred.
58
58
59
-
:::image type="content" source="./media/how-to-troubleshooting-guides/time-range.png" alt-text="Choose the time range of interest":::
59
+
:::image type="content" source="./media/how-to-troubleshooting-guides/time-range.png" alt-text="Screenshot of time range picker":::
60
60
61
61
5. Follow the step-by-step instructions provided by the guide. Pay close attention to the charts and data visualizations plotted within the troubleshooting steps, as they can help you identify any inaccuracies or anomalies. Use this information to effectively diagnose and resolve the problem at hand.
62
62
@@ -69,7 +69,7 @@ Once connected, query the `query_store.query_texts_view view` to retrieve the de
69
69
70
70
In the example shown below, we utilize Azure Cloud Shell and the `psql` tool to accomplish this task:
71
71
72
-
:::image type="content" source="./media/how-to-troubleshooting-guides/retrieve-query-text.png" alt-text="Retrieving the Query Text":::
72
+
:::image type="content" source="./media/how-to-troubleshooting-guides/retrieve-query-text.png" alt-text="Screenshot of retrieving the Query Text":::
73
73
74
74
### Retrieving the Username
75
75
@@ -80,7 +80,7 @@ To retrieve the username, you can query the `pg_roles` view or use the query sho
80
80
SELECT'UserID'::regrole;
81
81
```
82
82
83
-
:::image type="content" source="./media/how-to-troubleshooting-guides/retrieve-username.png" alt-text="Retrieving the Username":::
83
+
:::image type="content" source="./media/how-to-troubleshooting-guides/retrieve-username.png" alt-text="Screenshot of retrieving the Username":::
84
84
85
85
86
86
## Next steps
@@ -90,4 +90,4 @@ SELECT 'UserID'::regrole;
90
90
* Learn more about [Troubleshoot high IOPS utilization](how-to-high-io-utilization.md).
91
91
* Learn more about [Autovacuum Tuning](how-to-autovacuum-tuning.md).
92
92
93
-
[//]: #(* Learn how to [create and manage read replicas in the Azure CLI and REST API](how-to-read-replicas-cli.md).)
93
+
[//]: #(* Learn how to [create and manage read replicas in the Azure CLI and REST API](how-to-read-replicas-cli.md).)
0 commit comments