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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ To query Prometheus metrics from an Azure Monitor workspace you need the followi
24
24
## Prometheus Explorer workbook
25
25
Azure Monitor workspaces include an exploration workbook to query your Prometheus metrics.
26
26
27
-
1. From the Azure Monitor workspace overview page, select **Workbooks**
27
+
1. From the Azure Monitor workspace overview page, select **Workbooks**
28
+
28
29
1. In the Azure Monitor workspace gallery, select the **Prometheus Explorer** workbook tile.
29
30
30
31

@@ -42,15 +43,16 @@ Workbooks supports many visualizations and Azure integrations. For more informat
42
43
Azure Workbooks use [data sources](../visualize/workbooks-data-sources.md#prometheus-preview) to scope the data they retrieve. To query Prometheus metrics:
43
44
44
45
1. From your Azure Monitor workspace select **Workbooks**.
46
+
45
47
1. Select **New**.
46
48
1. In the new workbook, select **Add**, and select **Add query** from the dropdown.
49
+
:::image type="content" source="./media/prometheus-workbooks/prometheus-workspace-add-query.png" alt-text="A screenshot showing the add content dropdown in a blank workspace":::
47
50
1. Select the **Data source** dropdown, and choose **Prometheus (preview)** .
48
51
1. From the **Azure Monitor workspace** dropdown, select your workspace.
49
-
1. Following that, update the Prometheus query type dropdown to your desired Query Type
50
-
1. In the primary text field, write your PromQL
51
-
1. Select **Run Query** button at the top, you should now be able to see your data
52
-
1. (optional) Make additional adjustments and customizations using the various options for time range, visualization type, size, and other settings
53
-
1. Once all changes are finalized, select the **Done Editing** at the bottom of the section and save your work
52
+
1. Select your query type from **Prometheus query type** dropdown.
53
+
1. Write your PromQL query in the **Prometheus Query** field.
54
+
1. Select **Run Query** button.
55
+
1. Select the **Done Editing** at the bottom of the section and save your work
54
56
55
57

0 commit comments