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/managed-grafana/how-to-bundled-prometheus.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Configure Bundled Prometheus in Azure Managed Grafana
2
+
title: Configure Bundled Prometheus (preview) in Azure Managed Grafana
3
3
description: Learn how to configure bundled Prometheus in Azure Managed Grafana. This guide covers enabling the integration, setting up Grafana-managed recording rules, and visualizing Prometheus metrics.
# Configure bundled Prometheus in Azure Managed Grafana
14
+
# Configure bundled Prometheus (preview) in Azure Managed Grafana
15
15
16
-
Azure Managed Grafana offers a bundled Prometheus integration that lets you connect a selected Azure Monitor workspace (managed Prometheus) to your Grafana instance and immediately use it as both a read and remote-write backend for Grafana-managed recording rules. By connecting your chosen Azure Monitor workspace to Grafana, you can periodically pre-compute frequently used or computationally expensive queries, saving the results as a new time series metric back into the same workspace, and visualize those recorded series alongside the rest of your Azure metrics.
16
+
Azure Managed Grafana offers a bundled Prometheus integration in preview that lets you connect a selected Azure Monitor workspace (managed Prometheus) to your Grafana instance and immediately use it as both a read and remote-write backend for Grafana-managed recording rules. By connecting your chosen Azure Monitor workspace to Grafana, you can periodically pre-compute frequently used or computationally expensive queries, saving the results as a new time series metric back into the same workspace, and visualize those recorded series alongside the rest of your Azure metrics.
17
17
18
18
Bundled Prometheus integrates seamlessly with Azure Monitor workspaces, enabling you to:
19
19
@@ -32,9 +32,9 @@ This article walks you through enabling bundled Prometheus, configuring recordin
32
32
- An [Azure Monitor workspace](/azure/azure-monitor/essentials/azure-monitor-workspace-overview) that supports Prometheus metrics collection.
33
33
- You must have the **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.
34
34
35
-
## Select an Azure Monitor workspace to enable bundled Prometheus
35
+
## Select an Azure Monitor workspace to enable bundled Prometheus (preview)
36
36
37
-
Complete the following steps to connect your Grafana workspace to an Azure Monitor workspace and enable bundled Prometheus:
37
+
Complete the following steps to connect your Grafana workspace to an Azure Monitor workspace and enable bundled Prometheus (preview):
38
38
39
39
1. Open your Azure Managed Grafana workspace and in the left menu select **Integrations** > **Bundled Prometheus**.
40
40
@@ -69,7 +69,7 @@ For more details, see [Create Grafana-managed alert rules](https://grafana.com/d
69
69
## Set up Grafana-managed recording rules
70
70
71
71
> [!NOTE]
72
-
> Bundled Prometheus only supports Grafana-managed recording rules, which you configure directly in the Grafana interface. Data source-managed recording rules aren't supported.
72
+
> Bundled Prometheus (preview) only supports Grafana-managed recording rules, which you configure directly in the Grafana interface. Data source-managed recording rules aren't supported.
73
73
74
74
Follow these steps to create a new recording rule:
75
75
@@ -88,7 +88,7 @@ metrics.
88
88
89
89
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).
90
90
91
-
## View recorded Prometheus data
91
+
## View recorded Prometheus data (preview)
92
92
93
93
After you set up the recording rules, you can visualize the recorded Prometheus data in Grafana:
94
94
@@ -101,9 +101,9 @@ After you set up the recording rules, you can visualize the recorded Prometheus
101
101
> [!TIP]
102
102
> 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).
103
103
104
-
## Disable bundled Prometheus
104
+
## Disable bundled Prometheus (preview)
105
105
106
-
If you no longer need bundled Prometheus, you can disable it from your Azure Managed Grafana workspace:
106
+
If you no longer need bundled Prometheus (preview), you can disable it from your Azure Managed Grafana workspace:
107
107
108
108
1. In your Azure Managed Grafana workspace, select **Integrations** > **Bundled Prometheus** from the left menu.
0 commit comments