Skip to content

Commit bea5477

Browse files
committed
refsresh
1 parent 2b8096a commit bea5477

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/essentials/metric-chart-samples.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-monitor
55
ms.topic: conceptual
66
author: EdB-MSFT
77
ms.author: edbaynash
8-
ms.date: 08/01/2023
8+
ms.date: 08/26/2024
99
ms.reviewer: vitalyg
1010
---
1111

@@ -27,26 +27,26 @@ This chart shows if the CPU usage for an App Service Plan was within the accepta
2727

2828
## Application availability by region
2929

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.
3131

3232
:::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":::
3333

3434
### How to configure this chart
3535

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.
3737
1. Select your Application Insights resource.
3838
1. Select the **Availability** metric.
3939
1. Apply splitting on the **Run location** dimension.
4040

4141
## Volume of failed storage account transactions by API name
4242

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:
4444

4545
:::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":::
4646

4747
### How to configure this chart
4848

49-
1. In the Scope dropdown, select your Storage Account
49+
1. In the scope dropdown, select your Storage Account
5050
1. In the metric dropdown, select the **Transactions** metric.
5151
1. Select **Add filter** and select **Response type** from the **Property** dropdown.
5252
1. Select **CLientOtherError** from the **Values** dropdown.

0 commit comments

Comments
 (0)