Skip to content

Commit e5db805

Browse files
committed
Fix warnings
1 parent 8b68746 commit e5db805

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/managed-grafana/how-to-bundled-prometheus.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This article walks you through enabling bundled Prometheus, configuring recordin
2929
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
3030
- An Azure Managed Grafana workspace in the Standard tier. [Create a new workspace](./quickstart-managed-grafana-portal.md) if you don't have one.
3131
- Grafana version 11.0 or higher.
32-
- An [Azure Monitor workspace](../azure-monitor/essentials/azure-monitor-workspace-overview.md) that supports Prometheus metrics collection.
32+
- An [Azure Monitor workspace](/azure/azure-monitor/essentials/azure-monitor-workspace-overview) that supports Prometheus metrics collection.
3333
- You must have the **Contributor** or **Owner** role on the Azure Monitor workspace, or custom permissions to create role assignments. This access allows Azure Managed Grafana to configure the necessary access to collect and store Prometheus metrics.
3434

3535
## Select an Azure Monitor workspace to enable bundled Prometheus
@@ -64,12 +64,10 @@ Create a new recording rule from the Grafana UI following the steps below. For d
6464

6565
1. Enter a name for the recording rule and a metric name.
6666
1. Define the rule for the bundled-azure-prometheus data source.
67-
6867
:::image type="content" source="media/bundled-prometheus/define-recording-rule.png" alt-text="Screenshot of configuring recording rule settings with query and labels." lightbox="media/grafana-settings/grafana-settings-tab.png"::::::
6968

7069
1. Set an evaluation behavior and optionally add labels.
71-
72-
:::image type="content" source="media/bundled-prometheus/set-evaluation-behaviors-and-labels.png" alt-text="Screenshot of the recording rule configuration form with evaluation settings.":::
70+
:::image type="content" source="media/bundled-prometheus/set-evaluation-behaviors-labels.png" alt-text="Screenshot of the recording rule configuration form with evaluation settings.":::
7371

7472
1. After saving, you can view the details of the recording rule under the folder you selected earlier. Select the **View** icon to view recorded
7573
metrics.
@@ -80,9 +78,9 @@ After you set up the recording rules, you can visualize the recorded Prometheus
8078

8179
1. In the Grafana UI, go to **Metrics** and select the bundled-azure-prometheus data source to view the recorded data.
8280

83-
:::image type="content" source="media/bundled-prometheus/view-metrics.png" alt-text="Screenshot of selecting the bundled-azure-prometheus data source in Grafana Metrics." lightbox="media/grafana-settings/view-metrics.png":::::::::
81+
:::image type="content" source="media/bundled-prometheus/view-metrics.png" alt-text="Screenshot of selecting the bundled-azure-prometheus data source in Grafana Metrics." lightbox="media/bundled-prometheus/view-metrics.png":::::::::
8482

85-
1. You can now add these recorded metrics to a Grafana dashboard. For detailed steps on creating visualizations with Prometheus data, see [Display Prometheus data in Grafana](./how-to-connect-azure-monitor-workspace.md#display-prometheus-data-in-grafana). For more information about editing a dashboard, refer to [Edit a dashboard panel](./how-to-create-dashboard#edit-a-dashboard-panel).
83+
1. You can now add these recorded metrics to a Grafana dashboard. For detailed steps on creating visualizations with Prometheus data, see [Display Prometheus data in Grafana](./how-to-connect-azure-monitor-workspace.md#display-prometheus-data-in-grafana). For more information about editing a dashboard, refer to [Edit a dashboard panel](./how-to-create-dashboard.md#edit-a-dashboard-panel).
8684

8785
> [!TIP]
8886
> If you don't see Prometheus data in your dashboard, check if your Azure Monitor workspace is collecting Prometheus data. For troubleshooting, see [Troubleshoot collection of Prometheus metrics in Azure Monitor](../azure/azure-monitor/containers/prometheus-metrics-troubleshoot).

0 commit comments

Comments
 (0)