Skip to content

Commit ac4be16

Browse files
committed
updated images
1 parent 7ccbf65 commit ac4be16

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
22 KB
Loading

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ To query Prometheus metrics from an Azure Monitor workspace you need the followi
2424
## Prometheus Explorer workbook
2525
Azure Monitor workspaces include an exploration workbook to query your Prometheus metrics.
2626

27-
1. From the Azure Monitor workspace overview page, select **Workbooks**
27+
1. From the Azure Monitor workspace overview page, select **Workbooks**
28+
2829
1. In the Azure Monitor workspace gallery, select the **Prometheus Explorer** workbook tile.
2930

3031
![Screenshot that shows Azure Monitor workspace gallery](./media/prometheus-workbooks/prometheus-gallery.png)
@@ -42,15 +43,16 @@ Workbooks supports many visualizations and Azure integrations. For more informat
4243
Azure Workbooks use [data sources](../visualize/workbooks-data-sources.md#prometheus-preview) to scope the data they retrieve. To query Prometheus metrics:
4344

4445
1. From your Azure Monitor workspace select **Workbooks**.
46+
4547
1. Select **New**.
4648
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":::
4750
1. Select the **Data source** dropdown, and choose **Prometheus (preview)** .
4851
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
5456

5557
![Screenshot that shows sample PromQL query](./media/prometheus-workbooks/prometheus-query.png)
5658

0 commit comments

Comments
 (0)