Skip to content

Commit db04b15

Browse files
authored
Merge pull request #174770 from kayodeprinceMS/patch-9
Update Grafana section in Visualizations
2 parents 79cdafd + d0fbd9f commit db04b15

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

articles/azure-monitor/visualizations.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,31 @@ Limitations include:
5959
- No interactivity with dashboard data.
6060
- Limited contextual drill-down.
6161

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+
![Screenshot that shows Grafana visualizations.](media/visualizations/grafana.png)
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:
6276

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.
6387
## Power BI
6488
[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.
6589

@@ -82,26 +106,6 @@ Limitations include:
82106
- Limited data refresh (eight times per day).
83107

84108

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-
![Screenshot that shows Grafana visualizations.](media/visualizations/grafana.png)
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-
105109
## Azure Monitor partners
106110
Some Azure Monitor partners provide visualization functionality. For a list of partners that Microsoft has evaluated, see [Azure Monitor partner integrations](./partners.md).
107111

@@ -156,4 +160,4 @@ Limitations include:
156160
- Learn about [workbooks](./visualize/workbooks-overview.md).
157161
- Learn about [importing log data into Power BI](./visualize/powerbi.md).
158162
- 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

Comments
 (0)