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
title: Getting started with Azure metrics explorer
3
-
description: Learn how to create your first metric chart with Azure metrics explorer.
2
+
title: Get started with Azure Monitor metrics explorer
3
+
description: Learn how to create your first metric chart with Azure Monitor metrics explorer.
4
4
author: vgorbenko
5
5
services: azure-monitor
6
6
ms.topic: conceptual
@@ -9,84 +9,90 @@ ms.author: vitalyg
9
9
ms.reviewer: vitalyg
10
10
---
11
11
12
-
# Getting started with Azure Metrics Explorer
12
+
# Get started with metrics explorer
13
13
14
-
## Where do I start
15
-
Azure Monitor metrics explorer is a component of the Microsoft Azure portal that allows plotting charts, visually correlating trends, and investigating spikes and dips in metrics' values. Use the metrics explorer to investigate the health and utilization of your resources. Start in the following order:
14
+
Azure Monitor metrics explorer is a component of the Azure portal that you can use to plot charts, visually correlate trends, and investigate spikes and dips in metrics' values. Use metrics explorer to investigate the health and utilization of your resources.
16
15
17
-
1.[Pick a resource and a metric](#create-your-first-metric-chart) and you see a basic chart. Then [select a time range](#select-a-time-range) that is relevant for your investigation.
16
+
## Where do I start?
17
+
18
+
Start in the following order:
19
+
20
+
1.[Pick a resource and a metric](#create-your-first-metric-chart) and you see a basic chart. Then [select a time range](#select-a-time-range) that's relevant for your investigation.
18
21
19
22
1. Try [applying dimension filters and splitting](#apply-dimension-filters-and-splitting). The filters and splitting allow you to analyze which segments of the metric contribute to the overall metric value and identify possible outliers.
20
23
21
-
1. Use [advanced settings](#advanced-chart-settings) to customize the chart before pinning to dashboards. [Configure alerts](../alerts/alerts-metric-overview.md) to receive notifications when the metric value exceeds or drops below a threshold.
24
+
1. Use [advanced settings](#advanced-chart-settings) to customize the chart before you pin it to dashboards. [Configure alerts](../alerts/alerts-metric-overview.md) to receive notifications when the metric value exceeds or drops below a threshold.
22
25
23
26
## Create your first metric chart
24
27
25
28
To create a metric chart, from your resource, resource group, subscription, or Azure Monitor view, open the **Metrics** tab and follow these steps:
26
29
27
-
1. Select the "Select a scope" button to open the resource scope picker. This allows you to select the resource(s) you want to see metrics for. The resource should already be populated if you opened metrics explorer from the resource's menu. To learn how to view metrics across multiple resources, [read this article](./metrics-dynamic-scope.md).
28
-
> 
30
+
1. Select the **Select a scope** button to open the resource scope picker. You can use the picker to select the resources you want to see metrics for. The resource should already be populated if you opened metrics explorer from the resource's menu. To learn how to view metrics across multiple resources, see [View multiple resources in Azure Monitor metrics explorer](./metrics-dynamic-scope.md).
29
31
30
-
1. For some resources, you must pick a namespace. The namespace is just a way to organize metrics so that you can easily find them. For example, storage accounts have separate namespaces for storing Files, Tables, Blobs, and Queues metrics. Many resource types only have one namespace.
32
+
> 
33
+
34
+
1. For some resources, you must pick a namespace. The namespace is a way to organize metrics so that you can easily find them. For example, storage accounts have separate namespaces for storing metrics for files, tables, blobs, and queues. Many resource types have only one namespace.
31
35
32
36
1. Select a metric from a list of available metrics.
33
37
34
-
> 
38
+
> 
35
39
36
40
1. Optionally, you can [change the metric aggregation](../essentials/metrics-charts.md#aggregation). For example, you might want your chart to show minimum, maximum, or average values of the metric.
37
41
38
42
> [!TIP]
39
-
> Use the **Add metric**button and repeat these steps if you want to see multiple metrics plotted in the same chart. For multiple charts in one view, select the **Add chart** button on top.
43
+
> Select **Add metric** and repeat these steps to see multiple metrics plotted in the same chart. For multiple charts in one view, select **Add chart**.
40
44
41
45
## Select a time range
42
46
43
47
> [!WARNING]
44
-
> [Most metrics in Azure are stored for 93 days](../essentials/data-platform-metrics.md#retention-of-metrics). However, you can query no more than 30 days worth of data on any single chart. You can [pan](metrics-charts.md#pan) the chart to view the full retention. The 30day limitation doesn't apply to [log-based metrics](../app/pre-aggregated-metrics-log-metrics.md#log-based-metrics).
48
+
> [Most metrics in Azure are stored for 93 days](../essentials/data-platform-metrics.md#retention-of-metrics). You can query no more than 30 days' worth of data on any single chart. You can [pan](metrics-charts.md#pan) the chart to view the full retention. The 30-day limitation doesn't apply to [log-based metrics](../app/pre-aggregated-metrics-log-metrics.md#log-based-metrics).
45
49
46
-
By default, the chart shows the most recent 24 hours of metrics data. Use the **time picker** panel to change the time range, zoom in, or zoom out on your chart.
50
+
By default, the chart shows the most recent 24 hours of metrics data. Use the **time picker** panel to change the time range, zoom in, or zoom out on your chart.
47
51
48
-

52
+

49
53
50
54
> [!TIP]
51
-
> Use the **time brush** to investigate an interesting area of the chart (spike or a dip). Put the mouse pointer at the beginning of the area, click and hold the left mouse button, drag to the other side of area and then release the button. The chart will zoom in on that time range.
55
+
> Use the **time brush** to investigate an interesting area of the chart like a spike or a dip. Position the mouse pointer at the beginning of the area, select and hold the left mouse button, drag to the other side of the area, and then release the button. The chart will zoom in on that time range.
52
56
53
57
## Apply dimension filters and splitting
54
58
55
-
[Filtering](../essentials/metrics-charts.md#filters) and [splitting](../essentials/metrics-charts.md#apply-splitting) are powerful diagnostic tools for the metrics that have dimensions. These features show how various metric segments ("dimension values") impact the overall value of the metric, and allow you to identify possible outliers.
56
-
57
-
-**Filtering** lets you choose which dimension values are included in the chart. For example, you might want to show successful requests when charting the *server response time* metric. You would need to apply the filter on the *success of request* dimension.
59
+
[Filtering](../essentials/metrics-charts.md#filters) and [splitting](../essentials/metrics-charts.md#apply-splitting) are powerful diagnostic tools for the metrics that have dimensions. These features show how various metric segments ("dimension values") affect the overall value of the metric. You can use them to identify possible outliers.
58
60
59
-
-**Splitting** controls whether the chart displays separate lines for each value of a dimension, or aggregates the values into a single line. For example, you can see one line for an average response time across all server instances, or see separate lines for each server. You would need to apply splitting on the *server instance* dimension to see separate lines.
61
+
-**Filtering** lets you choose which dimension values are included in the chart. For example, you might want to show successful requests when you chart the *server response time* metric. You apply the filter on the *success of request* dimension.
62
+
-**Splitting** controls whether the chart displays separate lines for each value of a dimension or aggregates the values into a single line. For example, you can see one line for an average response time across all server instances. Or you can see separate lines for each server. You apply splitting on the *server instance* dimension to see separate lines.
60
63
61
-
See [examples of the charts](../essentials/metric-chart-samples.md) that have filtering and splitting applied. The article shows the steps were used to configure the charts.
64
+
For examples that have filtering and splitting applied, see [Metric chart examples](../essentials/metric-chart-samples.md). The article shows the steps that were used to configure the charts.
62
65
63
66
## Share your metric chart
64
-
There are three ways to share your metric chart. See the instructions below on how to share information from your metrics charts using Excel, a link and a workbook.
65
-
67
+
68
+
There are three ways to share your metric chart. See the following instructions on how to share information from your metric charts by using Excel, a link, or a workbook.
69
+
66
70
### Download to Excel
67
-
Select "Share" and "Download to Excel". Your download should start immediately.
68
71
69
-
:::image type="content" source="media/metrics-getting-started/share-excel.png" alt-text="screenshot how to share metric chart using excel":::
72
+
Select **Share** > **Download to Excel**. Your download should start immediately.
73
+
74
+
:::image type="content" source="media/metrics-getting-started/share-excel.png" alt-text="Screenshot that shows how to share a metric chart by using Excel.":::
70
75
71
76
### Share a link
72
-
Select "Share" and "Copy link". You should get a notification that the link was copied successfully.
73
77
74
-
:::image type="content" source="media/metrics-getting-started/share-link.png" alt-text="screenshot how to share metric chart using a link":::
78
+
Select **Share** > **Copy link**. You should get a notification that the link was copied successfully.
79
+
80
+
:::image type="content" source="media/metrics-getting-started/share-link.png" alt-text="Screenshot that shows how to share a metric chart by using a link.":::
75
81
76
82
### Send to workbook
77
-
Select "Share" and "Send to Workbook". The **Send to Workbook** window opens for you to send the metric chart to a new or existing workbook.
78
83
79
-
:::image type="content" source="media/metrics-getting-started/share-workbook.png" alt-text="screenshot how to share metric chart to a workbook":::
84
+
Select **Share** > **Send to Workbook**. In the **Send to Workbook** window, you can send the metric chart to a new or existing workbook.
80
85
86
+
:::image type="content" source="media/metrics-getting-started/share-workbook.png" alt-text="Screenshot that shows how to share a metric chart to a workbook.":::
81
87
82
88
## Advanced chart settings
83
89
84
-
You can customize chart style, title, and modify advanced chart settings. When done with customization, pin it to a dashboard or save to a workbook to save your work. You can also configure metrics alerts. Follow [product documentation](../essentials/metrics-charts.md) to learn about these and other advanced features of Azure Monitor metrics explorer.
90
+
You can customize the chart style and title, and modify advanced chart settings. When you're finished with customization, pin the chart to a dashboard or save it to a workbook. You can also configure metrics alerts. Follow [product documentation](../essentials/metrics-charts.md) to learn about these and other advanced features of Azure Monitor metrics explorer.
85
91
86
92
## Next steps
87
93
88
-
*[Learn about advanced features of Metrics Explorer](../essentials/metrics-charts.md)
89
-
*[Viewing multiple resources in Metrics Explorer](./metrics-dynamic-scope.md)
0 commit comments