Skip to content

Commit 07205e2

Browse files
authored
Alt text and Acrolinx fixes
1 parent 508f824 commit 07205e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Azure Monitor workspaces include an exploration workbook to query your Prometheu
2828

2929
1. In the Azure Monitor workspace gallery, select the **Prometheus Explorer** workbook tile.
3030

31-
![Screenshot that shows Azure Monitor workspace gallery](./media/prometheus-workbooks/prometheus-gallery.png)
31+
![Screenshot that shows Azure Monitor workspace gallery.](./media/prometheus-workbooks/prometheus-gallery.png)
3232

3333
A workbook has the following input options:
3434
- **Time Range**. Select the period of time that you want to include in your query. Select **Custom** to set a start and end time.
3535
- **PromQL**. Enter the PromQL query to retrieve your data. For more information about PromQL, see [Querying Prometheus](https://prometheus.io/docs/prometheus/latest/querying/basics/#querying-prometheus).
3636
- **Graph**, **Grid**, and **Dimensions** tabs. Switch between a graphic, tabular and dimensional view of the query output.
3737

38-
![Screenshot that shows PromQL explorer](./media/prometheus-workbooks/prometheus-explorer.png)
38+
![Screenshot that shows PromQL explorer.](./media/prometheus-workbooks/prometheus-explorer.png)
3939

4040
## Create a Prometheus workbook
4141

@@ -47,19 +47,19 @@ Workbooks supports many visualizations and Azure integrations. For more informat
4747

4848
1. Select **New**.
4949
1. In the new workbook, select **Add**, and select **Add query** from the dropdown.
50-
:::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":::
50+
:::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.":::
5151
1. Azure Workbooks use [data sources](../visualize/workbooks-data-sources.md#prometheus-preview) to set the source scope the data they present. To query Prometheus metrics, select the **Data source** dropdown, and choose **Prometheus (preview)** .
5252
1. From the **Azure Monitor workspace** dropdown, select your workspace.
5353
1. Select your query type from **Prometheus query type** dropdown.
5454
1. Write your PromQL query in the **Prometheus Query** field.
5555
1. Select **Run Query** button.
5656
1. Select the **Done Editing** at the bottom of the section and save your work
5757

58-
![Screenshot that shows sample PromQL query](./media/prometheus-workbooks/prometheus-query.png)
58+
![Screenshot that shows sample PromQL query.](./media/prometheus-workbooks/prometheus-query.png)
5959

6060
## Troubleshooting
6161

62-
If you workbook query does not return data:
62+
If your workbook query does not return data:
6363

6464
- Check that you have Monitoring Data Reader role permissions assigned through Access Control (IAM) in your Azure Monitor workspace
6565
- Verify that you have turned on metrics collection in the Monitored clusters blade of your Azure Monitor workspace.

0 commit comments

Comments
 (0)