Skip to content

Commit c66f533

Browse files
committed
Fix warnings
1 parent e5db805 commit c66f533

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Complete the following steps to connect your Grafana workspace to an Azure Monit
3838

3939
1. Open your Azure Managed Grafana workspace and in the left menu select **Integrations** > **Bundled Prometheus**.
4040

41-
:::image type="content" source="media/bundled-prometheus/select-monitor-workspace.png" alt-text="Screenshot of the Azure platform showing the bundled Prometheus integration pane in Azure Managed Grafana.":::
41+
:::image type="content" source="media/bundled-prometheus/select-monitor-workspace.png" alt-text="Screenshot of the Azure platform showing the bundled Prometheus integration pane in Azure Managed Grafana.":::
4242

4343
1. In the dropdown menu, select an Azure Monitor workspace, then select **Save**. During enablement, the Grafana-managed recording rules feature is enabled. Azure also automatically creates two role assignments if they don't already exist:
4444

@@ -50,21 +50,20 @@ Complete the following steps to connect your Grafana workspace to an Azure Monit
5050

5151
## Set up Grafana-managed recording rules
5252

53-
> [!Note]
54-
> Bundled Prometheus only supports Grafana-managed recording rules, which you configure directly in the Grafana interface. Data source-managed recording rules aren't supported.
55-
5653
When you enabled bundled Prometheus in the previous step, Azure added a new Prometheus data source called *bundled-azure-prometheus* to Grafana.
5754

58-
:::image type="content" source="media/bundled-prometheus/bundled-azure-prometheus-data-source.png" alt-text="Screenshot of Grafana platform showing the bundled-azure-prometheus data source.":::
55+
Create a new recording rule from the Grafana UI following the steps below. For detailed configuration options see, [Create Grafana-managed recording rules](https://grafana.com/docs/grafana/latest/alerting/alerting-rules/create-recording-rules/create-grafana-managed-recording-rules).
56+
57+
> [!NOTE]
58+
> Bundled Prometheus only supports Grafana-managed recording rules, which you configure directly in the Grafana interface. Data source-managed recording rules aren't supported.
5959

60-
Create a new recording rule from the Grafana UI following the steps below. For detailed configuration options see, [Create Grafana-managed recording rules](https://grafana.com/docs/grafana/latest/alerting/alerting-rules/create-recording-rules/create-grafana-managed-recording-rules)
6160

6261
1. Go to **Alerting** > **Alert rules** and select **New recording rule**.
6362
:::image type="content" source="media/bundled-prometheus/new-recording-rule.png" alt-text="Screenshot of the Alert rules page in Grafana with the New recording rule button highlighted.":::
6463

6564
1. Enter a name for the recording rule and a metric name.
6665
1. Define the rule for the bundled-azure-prometheus data source.
67-
:::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"::::::
66+
:::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":::
6867

6968
1. Set an evaluation behavior and optionally add labels.
7069
:::image type="content" source="media/bundled-prometheus/set-evaluation-behaviors-labels.png" alt-text="Screenshot of the recording rule configuration form with evaluation settings.":::
@@ -78,12 +77,12 @@ After you set up the recording rules, you can visualize the recorded Prometheus
7877

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

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":::::::::
80+
:::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":::
8281

8382
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).
8483

8584
> [!TIP]
86-
> 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).
85+
> 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).
8786
8887
## Disable bundled Prometheus
8988

0 commit comments

Comments
 (0)