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/azure-monitor/essentials/metric-chart-samples.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-monitor
5
5
ms.topic: conceptual
6
6
author: EdB-MSFT
7
7
ms.author: edbaynash
8
-
ms.date: 08/01/2023
8
+
ms.date: 08/26/2024
9
9
ms.reviewer: vitalyg
10
10
---
11
11
@@ -27,26 +27,26 @@ This chart shows if the CPU usage for an App Service Plan was within the accepta
27
27
28
28
## Application availability by region
29
29
30
-
View your application's availability by region to identify which geographic locations are having problems. This chart shows the Application Insights availability metric. You can see that the monitored application has no problem with availability from the East US datacenter, but it's experiencing a partial availability problem from West US, and East Asia.
30
+
View your application's availability by region to identify which geographic locations are having problems. This chart shows the Application Insights availability metric. The chart shows that the monitored application has no problem with availability from the East US data center, but it's experiencing a partial availability problem from West US, and East Asia.
31
31
32
32
:::image type="content" source="./media/metrics-charts/availability-by-location.png" alt-text="A screenshot showing a line chart of average availability by location." lightbox="./media/metrics-charts/availability-by-location.png":::
33
33
34
34
### How to configure this chart
35
35
36
-
1.You must turn on [Application Insights availability](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability) monitoring for your website.
36
+
1.Turn on [Application Insights availability](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability) monitoring for your website.
37
37
1. Select your Application Insights resource.
38
38
1. Select the **Availability** metric.
39
39
1. Apply splitting on the **Run location** dimension.
40
40
41
41
## Volume of failed storage account transactions by API name
42
42
43
-
Your storage account resource is experiencing an excess volume of failed transactions. You can use the transactions metric to identify which API is responsible for the excess failure. Notice that the following chart is configured with the same dimension (API name) in splitting and filtered by failed response type:
43
+
Your storage account resource is experiencing an excess volume of failed transactions. Use the transactions metric to identify which API is responsible for the excess failure. Notice that the following chart is configured with the same dimension (API name) in splitting and filtered by failed response type:
44
44
45
45
:::image type="content" source="./media/metrics-charts/split-and-filter-example.png" alt-text="A screenshot showing a chart of transactions by API name." lightbox="./media/metrics-charts/split-and-filter-example.png":::
46
46
47
47
### How to configure this chart
48
48
49
-
1. In the Scope dropdown, select your Storage Account
49
+
1. In the scope dropdown, select your Storage Account
50
50
1. In the metric dropdown, select the **Transactions** metric.
51
51
1. Select **Add filter** and select **Response type** from the **Property** dropdown.
52
52
1. Select **CLientOtherError** from the **Values** dropdown.
0 commit comments