Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Azure platform offers over a thousand metrics, many of which have dimensions. By using dimension filters, applying splitting, controlling chart type, and adjusting chart settings you can create powerful diagnostic views and dashboards that provide insight into the health of your infrastructure and applications. This article shows some examples of the charts that you can build using Metrics Explorer, and explains the necessary steps to configure each of these charts.
This chart shows if the CPU usage for an App Service Plan was within the acceptable range and breaks it down by instance to determine whether the load was properly distributed.
- Select Metrics from the Monitoring section of your App service plan's menu
- Select the CPU Percentage metric.
- Select Apply splitting and select the Instance dimension.
View your application's availability by region to identify which geographic locations are having problems.
- Turn on Application Insights availability monitoring for your website.
- Select your Application Insights resource.
- Select the Availability metric.
- Apply splitting on the Run location dimension.
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:
- In the scope dropdown, select your Storage Account
- In the metric dropdown, select the Transactions metric.
- Select Add filter and select Response type from the Property dropdown.
- Select CLientOtherError from the Values dropdown.
- Select Apply splitting and select API name from the values dropdown.
You want to identify which collection in which database of your Cosmos DB instance is having maximum requests to adjust your costs for Cosmos DB.
- In the scope dropdown, select your Cosmos DB.
- In the metric dropdown, select Total Requests.
- Select Apply splitting and select the DatabaseName and CollectionName dimensions from the Values dropdown.
- Learn about Azure Monitor Workbooks
- Learn more about Metric Explorer