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-connect-azure-monitor-workspace.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,13 @@ ms.service: managed-grafana
5
5
ms.topic: how-to
6
6
author: maud-lv
7
7
ms.author: malev
8
-
ms.date: 11/10/2023
8
+
ms.date: 01/22/2024
9
9
---
10
10
11
11
# Add an Azure Monitor workspace to Azure Managed Grafana to collect Prometheus data
12
12
13
13
In this guide, learn how to connect an Azure Monitor workspace to Grafana directly from an Azure Managed Grafana workspace. This feature is designed to provide a quick way to collect Prometheus metrics stored in an Azure Monitor workspace and enables you to monitor your Azure Kubernetes Service (AKS) clusters in Grafana.
14
14
15
-
> [!IMPORTANT]
16
-
> The integration of Azure Monitor workspaces within Azure Managed Grafana workspaces is currently in PREVIEW.
17
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
18
-
19
15
## Prerequisites
20
16
21
17
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
@@ -41,7 +37,7 @@ To assign the Monitoring Data Reader role:
41
37
## Add an Azure Monitor workspace
42
38
43
39
1. Open your Azure Managed Grafana workspace.
44
-
1. In the left menu, select **Integrations** > **Azure Monitor workspaces (Preview**).
40
+
1. In the left menu, select **Integrations** > **Azure Monitor workspaces**.
45
41
46
42
:::image type="content" source="media\monitor-integration\add-azure-monitor.png" alt-text="Screenshot of the Grafana roles in the Azure platform.":::
47
43
@@ -108,7 +104,7 @@ To build a brand new dashboard with Prometheus metrics:
108
104
109
105
If you no longer need it, you can remove an Azure Monitor workspace from your Azure Managed Grafana workspace:
110
106
111
-
1. In your Azure Managed Grafana workspace, select **Integrations** > **Azure Monitor workspaces (Preview**) from the left menu.
107
+
1. In your Azure Managed Grafana workspace, select **Integrations** > **Azure Monitor workspaces from the left menu.
112
108
1. Select the row with the resource to delete and select **Delete** > **Yes**.
113
109
114
110
Optionally also remove the role assignment that was previously added in the Azure Monitor workspace:
Copy file name to clipboardExpand all lines: articles/managed-grafana/how-to-manage-plugins.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,16 @@ author: maud-lv
5
5
ms.author: malev
6
6
ms.service: managed-grafana
7
7
ms.topic: how-to
8
-
ms.date: 10/26/2023
8
+
ms.date: 01/22/2024
9
9
---
10
10
11
-
# How to manage Grafana plugins (Preview)
11
+
# How to manage Grafana plugins
12
12
13
13
Grafana supports data source, panel, and app plugins. When you create a new Grafana instance, some plugins, such as Azure Monitor, are installed by default. In the following guide, learn how you can add or remove optional plugins.
14
14
15
15
> [!NOTE]
16
16
> Installing and removing plugins isn't available from the Grafana UI or the Azure CLI at this stage. Plugin management is done from the Azure Managed Grafana workspace in the Azure portal.
17
17
18
-
> [!IMPORTANT]
19
-
> Plugin management is currently in PREVIEW.
20
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
@@ -28,7 +24,7 @@ Grafana supports data source, panel, and app plugins. When you create a new Graf
28
24
To install Grafana plugins, follow the process below.
29
25
30
26
1. Open your Azure Managed Grafana instance in the Azure portal.
31
-
1. Select **Plugin management (Preview)**. This page shows a table with three columns containing checkboxes, plugin names, and plugin IDs. Review the checkboxes. A checked box indicates that the corresponding plugin is already installed and can be removed, an unchecked box indicates that the corresponding plugin isn't installed and can be added.
27
+
1. Select **Plugin management**. This page shows a table with three columns containing checkboxes, plugin names, and plugin IDs. Review the checkboxes. A checked box indicates that the corresponding plugin is already installed and can be removed, an unchecked box indicates that the corresponding plugin isn't installed and can be added.
32
28
33
29
> [!NOTE]
34
30
> This page only shows optional plugins. Core Grafana plugins that are included in your pricing plan by default aren't listed here.
@@ -47,7 +43,7 @@ To install Grafana plugins, follow the process below.
47
43
To remove a plugin that isn't part of the Grafana built-in core plugins, follow the steps below:
48
44
49
45
1. Open your Azure Managed Grafana instance in the Azure portal.
50
-
1. Select **Plugin management (Preview)**. This page displays a table with data source plugins. It contains three columns including checkboxes, plugin names, and plugin IDs. Review the checkboxes. A checked box indicates that the corresponding plugin is already installed and can be removed, an unchecked box indicates that the corresponding plugin can be added.
46
+
1. Select **Plugin management**. This page displays a table with data source plugins. It contains three columns including checkboxes, plugin names, and plugin IDs. Review the checkboxes. A checked box indicates that the corresponding plugin is already installed and can be removed, an unchecked box indicates that the corresponding plugin can be added.
51
47
1. Select a plugin to remove from your Grafana instance by unchecking its checkbox. A refresh icon appears in the table next to the plugin you selected, indicating that a change is pending.
52
48
53
49
:::image type="content" source="media/plugin-management/remove-plugin.png" alt-text="Screenshot of the Plugin management feature data source page. Remove plugin.":::
@@ -57,10 +53,6 @@ To remove a plugin that isn't part of the Grafana built-in core plugins, follow
57
53
1. A notification appears, indicating if the update operation has been successful.
58
54
1. Select **Refresh** above the table to get an updated list of installed plugins.
59
55
60
-
> [!IMPORTANT]
61
-
> Plugin management is currently in PREVIEW.
62
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
63
-
64
56
> [!CAUTION]
65
57
> Removing a data source that is used in a dashboard will make the dashboard unable to collect the corresponding data and will trigger an error or result in no data being shown in the panel.
0 commit comments