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/azure-monitor/visualizations.md
+25-21Lines changed: 25 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,31 @@ Limitations include:
59
59
- No interactivity with dashboard data.
60
60
- Limited contextual drill-down.
61
61
62
+
## Grafana
63
+
[Grafana](https://grafana.com/) is an open platform that excels in operational dashboards and visualizing performance and availability data. It's useful for detecting, isolating, and triaging operational incidents. Grafana includes built-in support for Azure Monitor and includes the [Azure Monitor plugin](https://grafana.com/docs/grafana/latest/datasources/azuremonitor/) out of the box. It supports visualizing data from three Azure services:
64
+
- Azure Monitor Metrics for numeric time series data from data from Azure resources.
65
+
- Azure Monitor Logs for log and performance data from Azure resources that enables you to query using the powerful Kusto Query Language (KQL).
66
+
- Azure Resource Graph to quickly query and identify Azure resources across subscriptions.
67
+
68
+
Grafana works with a wide range of data sources and allows you to create dashboards and panels combining monitoring data from resources in Azure, on premises or other clouds.
69
+
70
+

71
+
72
+
> [!IMPORTANT]
73
+
> Internet Explorer 11 is only fully supported in Grafana versions prior v6.0 See [Supported browsers for Grafana](https://grafana.com/docs/grafana/latest/installation/requirements/#supported-web-browsers).
74
+
75
+
Advantages of Grafana include:
62
76
77
+
- Rich visualizations.
78
+
- A rich ecosystem of data sources, including support for non-Azure data sources.
79
+
- Data interactivity, including zoom-in.
80
+
- Annotations that allow event data to be integrated into graphs.
81
+
- Support for parameters, including [Azure Monitor variables](https://grafana.com/docs/grafana/latest/datasources/azuremonitor/template-variables/).
82
+
83
+
Limitations include:
84
+
85
+
- You can't manage dashboards and models through Azure Resource Manager.
86
+
- The cost to support additional Grafana infrastructure or additional cost for Grafana Cloud.
63
87
## Power BI
64
88
[Power BI](https://powerbi.microsoft.com/documentation/powerbi-service-get-started/) is useful for creating business-centric dashboards and reports, along with reports that analyze long-term KPI trends. You can [import the results of a log query](visualize/powerbi.md) into a Power BI dataset and then take advantage of its features, such as combining data from different sources and sharing reports on the web and mobile devices.
65
89
@@ -82,26 +106,6 @@ Limitations include:
82
106
- Limited data refresh (eight times per day).
83
107
84
108
85
-
## Grafana
86
-
[Grafana](https://grafana.com/) is an open platform that excels in operational dashboards. It's useful for detecting, isolating, and triaging operational incidents. You can add the [Azure Monitor data source plug-in for Grafana](visualize/grafana-plugin.md) to your Azure subscription to have it visualize your Azure metric data.
87
-
88
-

89
-
90
-
> [!IMPORTANT]
91
-
> The Internet Explorer browser and older Microsoft Edge browsers are not compatible with Grafana. You must use a Chromium-based browser, including Microsoft Edge. See [Supported browsers for Grafana](https://grafana.com/docs/grafana/latest/installation/requirements/#supported-web-browsers).
92
-
93
-
Advantages of Grafana include:
94
-
95
-
- Rich visualizations.
96
-
- A rich ecosystem of data sources.
97
-
- Data interactivity, including zoom-in.
98
-
- Support for parameters.
99
-
100
-
Limitations include:
101
-
102
-
- No Azure integration. You can't manage dashboards and models through Azure Resource Manager.
103
-
- The cost to support additional Grafana infrastructure or additional cost for Grafana Cloud.
104
-
105
109
## Azure Monitor partners
106
110
Some Azure Monitor partners provide visualization functionality. For a list of partners that Microsoft has evaluated, see [Azure Monitor partner integrations](./partners.md).
107
111
@@ -156,4 +160,4 @@ Limitations include:
156
160
- Learn about [workbooks](./visualize/workbooks-overview.md).
157
161
- Learn about [importing log data into Power BI](./visualize/powerbi.md).
158
162
- Learn about the [Azure Monitor data source plug-in for Grafana](./visualize/grafana-plugin.md).
159
-
- Learn about [views in Azure Monitor](visualize/view-designer.md).
163
+
- Learn about [views in Azure Monitor](visualize/view-designer.md).
0 commit comments