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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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:
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 supports query access. You may need to enable private access through your private endpoint or change settings to allow public access.
69
+
- If you have adblock 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