Skip to content

Commit de7d54f

Browse files
authored
Merge pull request #245208 from austonli/patch-35
Update Prometheus Explorer documentation
2 parents e754816 + 36a7818 commit de7d54f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed
186 KB
Loading

articles/azure-monitor/essentials/prometheus-workbooks.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Query Prometheus metrics using Azure workbooks
33
description: Query Prometheus metrics in the portal using Azure Workbooks.
44
author: EdB-MSFT
55
ms.topic: conceptual
6-
ms.date: 01/18/2023
6+
ms.date: 07/17/2023
77
ms.author: edbaynash
88
---
99

@@ -16,17 +16,16 @@ This article introduces workbooks for Azure Monitor workspaces and shows you how
1616
To query Prometheus metrics from an Azure Monitor workspace you need the following:
1717
- An Azure Monitor workspace. To create an Azure Monitor workspace see [Create an Azure Monitor Workspace](./azure-monitor-workspace-overview.md?tabs=azure-portal.md).
1818
- Your Azure Monitor workspace must be [collecting Prometheus metrics](./prometheus-metrics-enable.md) from an AKS cluster.
19-
- The user must be assigned the **Monitoring Data Reader** role for the Azure Monitor workspace.
20-
21-
> [!NOTE]
22-
> Querying data from an Azure Monitor workspace is a data plane operation. Even if you are an owner or have elevated control plane access, you still need to assign the **Monitoring Data Reader** role. For more information, see [Azure control and data plane](../../azure-resource-manager/management/control-plane-and-data-plane.md).
19+
- The user must be assigned role that can perform the **microsoft.monitor/accounts/read** operation on the Azure Monitor workspace.
2320

2421
## Prometheus Explorer workbook
2522
Azure Monitor workspaces include an exploration workbook to query your Prometheus metrics.
2623

27-
1. From the Azure Monitor workspace overview page, select **Workbooks**
24+
1. From the Azure Monitor workspace overview page, select **Prometheus explorer**
2825

29-
1. In the Azure Monitor workspace gallery, select the **Prometheus Explorer** workbook tile.
26+
![Screenshot that shows Azure Monitor workspace menu selection.](./media/prometheus-workbooks/prometheus-explorer-menu.png)
27+
28+
2. Or the **Workbooks** menu item, and in the Azure Monitor workspace gallery, select the **Prometheus Explorer** workbook tile.
3029

3130
![Screenshot that shows Azure Monitor workspace gallery.](./media/prometheus-workbooks/prometheus-gallery.png)
3231

@@ -61,7 +60,7 @@ Workbooks supports many visualizations and Azure integrations. For more informat
6160

6261
If your workbook query does not return data:
6362

64-
- Check that you have **Monitoring Data Reader** role permissions assigned through Access Control (IAM) in your Azure Monitor workspace
63+
- Check that you have sufficient permissions to perform **microsoft.monitor/accounts/read** assigned through Access Control (IAM) in your Azure Monitor workspace
6564
- Verify that you have turned on metrics collection in the Monitored clusters blade of your Azure Monitor workspace.
6665

6766

0 commit comments

Comments
 (0)