Skip to content

Commit c9fe9da

Browse files
committed
Update log-analytics-workspace-health.md
1 parent 8baab60 commit c9fe9da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/logs/log-analytics-workspace-health.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ Azure Monitor exposes a set of metrics that provide insight into Log Analytics w
6565

6666
To view Log Analytics workspace health metrics:
6767

68-
1. Open [Metrics Explorer](../essentials/metrics-charts.md).
68+
1. Select **Metrics** from the Log Analytics workspace menu to open [Metrics Explorer](../essentials/metrics-charts.md).
6969
1. In the **Scope** field, select your Log Analytics workspace.
7070
1. In the **Metric** field, select one of the Log Analytics workspace health metrics:
7171

7272
| Metric name | Description |
7373
| - | - |
74-
| Query count | Total number of user queries in the Log Analytics workspace within the selected time range.<br>This number includes only user-initiated queries, and doesn't include queries initiated by Azure services, such as Sentinel, and alert-related queries. |
75-
| Query failure count | Total number of failed user queries in the Log Analytics workspace within the selected time range.<br>This number includes all queries that return 500-599 response codes, which indicate an error related to the application gateway or the backend server.|
76-
| Query success rate | Total number of successful user queries in the Log Analytics workspace within the selected time range.<br>This number includes all queries that return 200-299 and 400-499 response codes; in other words, all user queries that don't result in a service error. |
74+
| Query count | Total number of user queries in the Log Analytics workspace within the selected time range.<br>This number includes only user-initiated queries, and doesn't include queries that are not initiated by a user, such as Sentinel rules and alert-related queries. |
75+
| Query failure count | Total number of failed user queries in the Log Analytics workspace within the selected time range.<br>This number includes all queries that return 5XX response codes - except 504 *Gateway Timeout* - which indicate an error related to the application gateway or the backend server.|
76+
| Query success rate | Total number of successful user queries in the Log Analytics workspace within the selected time range.<br>This number includes all queries that return 2XX, 4XX, and 504 response codes; in other words, all user queries that don't result in a service error. |
7777

7878
## Investigate Log Analytics workspace health issues
7979

0 commit comments

Comments
 (0)