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/prometheus-workbooks.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ ms.author: edbaynash
12
12
Create dashboards powered by Azure Monitor managed service for Prometheus using [Azure Workbooks](../visualize/workbooks-overview.md).
13
13
This article introduces workbooks for Azure Monitor workspaces and shows you how to query Prometheus metrics using Azure workbooks and the Prometheus query language (PromQL).
14
14
15
-
## Pre-requisites
16
-
To query Prometheus metrics from an Azure Monitor workspace you need the following:
17
-
- 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).
15
+
## Prerequisites
16
+
To query Prometheus metrics from an Azure Monitor workspace, you need the following:
17
+
- 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).
18
18
- Your Azure Monitor workspace must be [collecting Prometheus metrics](./prometheus-metrics-enable.md) from an AKS cluster.
19
19
- The user must be assigned role that can perform the **microsoft.monitor/accounts/read** operation on the Azure Monitor workspace.
20
20
@@ -38,11 +38,11 @@ A workbook has the following input options:
38
38
39
39
## Create a Prometheus workbook
40
40
41
-
Workbooks supports many visualizations and Azure integrations. For more information about Azure Workbooks, see [Creating an Azure Workbook](../visualize/workbooks-create-workbook.md).
41
+
Workbooks support many visualizations and Azure integrations. For more information about Azure Workbooks, see [Creating an Azure Workbook](../visualize/workbooks-create-workbook.md).
42
42
43
43
44
44
45
-
1. From your Azure Monitor workspace select **Workbooks**.
45
+
1. From your Azure Monitor workspace, select **Workbooks**.
46
46
47
47
1. Select **New**.
48
48
1. In the new workbook, select **Add**, and select **Add query** from the dropdown.
@@ -58,11 +58,16 @@ Workbooks supports many visualizations and Azure integrations. For more informat
58
58
59
59
## Troubleshooting
60
60
61
-
If your workbook query does not return data:
61
+
If you receive a message indicating that "You currently do not have any Prometheus data ingested to this Azure Monitor workspace":
62
62
63
-
- Check that you have sufficient permissions to perform **microsoft.monitor/accounts/read** assigned through Access Control (IAM) in your Azure Monitor workspace
64
63
- Verify that you have turned on metrics collection in the Monitored clusters blade of your Azure Monitor workspace.
65
64
65
+
If your workbook query does not return data with a message "You do not have query access":
66
+
67
+
- Check that you have sufficient permissions to perform **microsoft.monitor/accounts/read** assigned through Access Control (IAM) in your Azure Monitor workspace.
68
+
- Confirm if your Networking settings support query access. You may need to enable private access through your private endpoint or change settings to allow public access.
69
+
- If you have ad block enabled in your browser, you may need to pause or disable and refresh the workbook in order to view data.
70
+
66
71
67
72
## Next steps
68
73
*[Collect Prometheus metrics from AKS cluster](./prometheus-metrics-enable.md)
0 commit comments