Skip to content

Commit c69d69a

Browse files
committed
WIP
1 parent 925f1be commit c69d69a

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

articles/azure-monitor/essentials/metrics-explorer.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
---
2-
title: Metrics explorer for Azure Monitor workspace (Preview)
3-
description: Learn about Metrics Explorer for Azure Monitor workspace, a tool in that allows you to analyze and visualize metrics stored in an Azure Monitor workspace.
2+
title: Metrics explorer with PromQL (Preview)
3+
description: Learn about Metrics Explorer with Prometheus query language support.
44
author: EdB-MSFT
55
ms.service: azure-monitor
66
ms-author: edbaynash
77
ms.topic: conceptual
88
ms.date: 04/01/2024
99
ms.reviewer: priyamishra
1010

11-
# Customer intent: As an Azure Monitor user, I want to learn how to use Metrics Explorer for Azure Monitor workspace to analyze and visualize metrics stored in an Azure Monitor workspace using PromQL.
11+
# Customer intent: As an Azure Monitor user, I want to learn how to use Metrics Explorer with PromQL.
1212

1313
---
1414

15-
# Metrics explorer for Azure Monitor workspace (Preview)
15+
# Metrics explorer with PromQL (Preview) (Preview)
1616

17-
Metrics Explorer for Azure Monitor workspace (Preview) allows you to analyze and visualize metrics stored in an Azure Monitor workspace. You can use the metrics explorer to create and customize charts, analyze, and troubleshoot issues with your resources. The metrics explorer supports Prometheus query language (PromQL), letting you query and visualize metrics data in a flexible and powerful way. For more information on PromQL, see [Querying Prometheus](https://prometheus.io/docs/prometheus/latest/querying/basics/).
17+
Metrics Explorer with PromQL (Preview) allows you to analyze and visualize platform metrics, and use Prometheus query language (PromQL) to query metrics stored in an Azure Monitor workspace.
1818

19+
Metrics explorer with PromQL (Preview) is available from the **Metrics** menu item of any Azure Monitor workspace in the Azure portal, but is not limited to Azure Monitor workspaces. You can query metrics from any Azure resource by selecting the appropriate scope.
20+
21+
For more information on PromQL, see [Querying Prometheus](https://prometheus.io/docs/prometheus/latest/querying/basics/).
1922

20-
## Create a chart
2123

22-
Metrics explorer for Azure Monitor workspace (Preview) is available from the **Metrics** menu item of the Azure Monitor workspace in the Azure portal.
24+
## Create a chart
2325

2426
The chart pane has two options for charting a metric:
2527
- Add with builder

articles/azure-monitor/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -923,9 +923,6 @@ items:
923923
- name: Overview
924924
displayName: Prometheus
925925
href: essentials/azure-monitor-workspace-overview.md
926-
- name: Metrics explorer for Azure Monitor workspaces
927-
displayName: Prometheus, metrics explorer
928-
href: essentials/metrics-explorer.md
929926
- name: Manage
930927
displayName: Prometheus
931928
href: essentials/azure-monitor-workspace-manage.md
@@ -1161,6 +1158,9 @@ items:
11611158
items:
11621159
- name: Analyze metrics
11631160
href: essentials/analyze-metrics.md
1161+
- name: Metrics explorer with PromQL
1162+
displayName: Prometheus, metrics explorer
1163+
href: essentials/metrics-explorer.md
11641164
- name: Understanding metrics aggregation
11651165
href: essentials/metrics-aggregation-explained.md
11661166
- name: Examples of metric charts

0 commit comments

Comments
 (0)