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/metrics-explorer.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
-
title: Metrics explorer with PromQL (Preview)
3
-
description: Learn about Metrics Explorer with Prometheus query language support.
2
+
title: Azure Monitor metrics explorer with PromQL (Preview)
3
+
description: Learn about Azure Monitor metrics explorer with Prometheus query language support.
4
4
author: EdB-MSFT
5
5
ms.service: azure-monitor
6
6
ms-author: edbaynash
7
7
ms.topic: conceptual
8
8
ms.date: 04/01/2024
9
9
ms.reviewer: priyamishra
10
10
11
-
# Customer intent: As an Azure Monitor user, I want to learn how to use Metrics Explorer with PromQL.
11
+
# Customer intent: As an Azure Monitor user, I want to learn how to use Azure Monitor metrics explorer with PromQL.
12
12
13
13
---
14
14
15
-
# Metrics explorer with PromQL (Preview)
15
+
# Azure Monitor metrics explorer with PromQL (Preview)
16
16
17
-
Metrics Explorer with PromQL (Preview) allows you to analyze metrics using Prometheus query language (PromQL) for metrics stored in an Azure Monitor workspace.
17
+
Azure Monitor metrics explorer with PromQL (Preview) allows you to analyze metrics using Prometheus query language (PromQL) for metrics stored in an Azure Monitor workspace.
18
18
19
-
Metrics explorer with PromQL (Preview) is available from the **Metrics** menu item of any Azure Monitor workspace. You can query metrics from form Azure Monitor workspaces using PromQL or any other Azure resource using the query builder.
19
+
Azure Monitor metrics explorer with PromQL (Preview) is available from the **Metrics** menu item of any Azure Monitor workspace. You can query metrics from form Azure Monitor workspaces using PromQL or any other Azure resource using the query builder.
20
20
21
21
> [!NOTE]
22
22
> You must have the *Monitoring Reader* role at the subscription level to visualize metrics across multiple resources, resource groups, or a subscription. For more information, see [Assign Azure roles in the Azure portal](/azure/role-based-access-control/role-assignments-portal).
@@ -71,7 +71,7 @@ Each workspace can host multiple charts. Each chart can contain multiple metrics
71
71
Add multiple metrics to the chart by selecting **Add metric**. Use either the builder or the editor to add metrics to the chart.
72
72
73
73
> [!NOTE]
74
-
> Using both the code editor and query builder on the same chart is not supported in the Preview release of Metrics explorer and may result in unexpected behavior.
74
+
> Using both the code editor and query builder on the same chart is not supported in the Preview release of Azure Monitor metrics explorer and may result in unexpected behavior.
75
75
76
76
77
77
### Add a new chart
@@ -93,7 +93,7 @@ Configure the time range and granularity for your metric chart to view data that
93
93
Set the time range for the chart by selecting the time picker in the toolbar. Select a predefined time range, or set a custom time range.
94
94
95
95
96
-
Time grain is the frequency of sampling and display of the data points on the chart. Select the time granularity by using the time picker in metrics explorer. If the data is stored at a lower or more frequent granularity than selected, the metric values displayed are aggregated to the level of granularity selected. The time grain is set to automatic by default. The automatic setting selects the best time grain based on the time range selected.
96
+
Time grain is the frequency of sampling and display of the data points on the chart. Select the time granularity by using the time picker in the metrics explorer. If the data is stored at a lower or more frequent granularity than selected, the metric values displayed are aggregated to the level of granularity selected. The time grain is set to automatic by default. The automatic setting selects the best time grain based on the time range selected.
97
97
98
98
For more information on configuring time range and granularity, see [Analyze metrics](/azure/azure-monitor/essentials/analyze-metrics#configure-the-time-range).
99
99
@@ -109,10 +109,10 @@ Interactive features include the following:
109
109
- Change chart settings such as chart type, Y-axis range, and legends.
110
110
- Save and share charts
111
111
112
-
For more information on chart features, see [Interactive chart features](/azure/azure-monitor/essentials/analyze-metrics#interactive-chart-features).
112
+
For more information on chart features, see [Interactive chart features](/azure/azure-monitor/essentials/analyze-metrics#interactive-chart-features).
113
113
114
114
115
-
## Next Steps
115
+
## Next steps
116
116
117
117
-[Azure Monitor managed service for Prometheus](/azure/azure-monitor/essentials/prometheus-metrics-overview)
0 commit comments