Skip to content

Commit b57928d

Browse files
authored
Merge pull request #107971 from bwren/am-visualizations
Azure Monitor visualizations deprecate views
2 parents b116398 + 48a3eb3 commit b57928d

File tree

1 file changed

+43
-40
lines changed

1 file changed

+43
-40
lines changed

articles/azure-monitor/visualizations.md

Lines changed: 43 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.subservice:
55
ms.topic: conceptual
66
author: bwren
77
ms.author: bwren
8-
ms.date: 11/24/2018
8+
ms.date: 03/17/2020
99

1010
---
1111

@@ -14,7 +14,23 @@ This article provides a summary of the available methods to visualize log and me
1414

1515
Visualizations such as charts and graphs can help you analyze your monitoring data to drill-down on issues and identify patterns. Depending on the tool you use, you may also have the option to share visualizations with other users inside and outside of your organization.
1616

17-
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../includes/azure-monitor-log-analytics-rebrand.md)]
17+
## Workbooks
18+
[Workbooks](../azure-monitor/app/usage-workbooks.md) are interactive documents that provide deep insights into your data, investigation, and collaboration inside the team. Specific examples where workbooks are useful are troubleshooting guides and incident postmortem.
19+
20+
![Workbook](media/visualizations/workbook.png)
21+
22+
### Advantages
23+
- Supports both metrics and logs.
24+
- Supports parameters enabling interactive reports where selecting an element in a table will dynamically update associated charts and visualizations.
25+
- Document-like flow.
26+
- Option for personal or shared workbooks.
27+
- Easy, collaborative-friendly authoring experience.
28+
- Templates support public GitHub-based template gallery.
29+
30+
### Limitations
31+
- No automatic refresh.
32+
- No dense layout like dashboards, which make workbooks less useful as a single pane of glass. Intended more for providing deeper insights.
33+
1834

1935
## Azure Dashboards
2036
[Azure dashboards](../azure-portal/azure-portal-dashboards.md) are the primary dashboarding technology for Azure. They're particularly useful in providing single pane of glass over your Azure infrastructure and services allowing you to quickly identify important issues.
@@ -40,44 +56,6 @@ Visualizations such as charts and graphs can help you analyze your monitoring da
4056
- No interactivity with dashboard data.
4157
- Limited contextual drill-down.
4258

43-
## Azure Monitor Views
44-
[Views in Azure Monitor](platform/view-designer.md) allow you to create custom visualizations with log data. They are used by [monitoring solutions](insights/solutions.md) to present the data they collect.
45-
46-
![View](media/visualizations/view.png)
47-
48-
### Advantages
49-
- Rich visualizations for log data.
50-
- Export and import views to transfer them to other resource groups and subscriptions.
51-
- Integrates into Azure Monitor management model with workspaces and monitoring solutions.
52-
- [Filters](platform/view-designer-filters.md) for custom parameters.
53-
- Interactive, supports multi-level drill-in (view that drills into another view)
54-
55-
### Limitations
56-
- Supports logs but not metrics.
57-
- No personal views. Available to all users with access to the workspace.
58-
- No automatic refresh.
59-
- Limited layout options.
60-
- No support for querying across multiple workspaces or Application Insights applications.
61-
- Queries are limited in response size to 8MB and query execution time of 110 seconds.
62-
63-
64-
## Workbooks
65-
[Workbooks](../azure-monitor/app/usage-workbooks.md) are interactive documents that provide deep insights into your data, investigation, and collaboration inside the team. Specific examples where workbooks are useful are troubleshooting guides and incident postmortem.
66-
67-
![Workbook](media/visualizations/workbook.png)
68-
69-
### Advantages
70-
- Supports both metrics and logs.
71-
- Supports parameters enabling interactive reports where selecting an element in a table will dynamically update associated charts and visualizations.
72-
- Document-like flow.
73-
- Option for personal or shared workbooks.
74-
- Easy, collaborative-friendly authoring experience.
75-
- Templates support public GitHub-based template gallery.
76-
77-
### Limitations
78-
- No automatic refresh.
79-
- No dense layout like dashboards, which make workbooks less useful as a single pane of glass. Intended more for providing deeper insights.
80-
8159

8260
## Power BI
8361
[Power BI](https://powerbi.microsoft.com/documentation/powerbi-service-get-started/) is particularly useful for creating business-centric dashboards and reports, as well as reports analyzing long-term KPI trends. You can [import the results of a log query](platform/powerbi.md) into a Power BI dataset so you can take advantage of its features such as combining data from different sources and sharing reports on the web and mobile devices.
@@ -126,6 +104,31 @@ You can access data in log and metric data in Azure Monitor through their API us
126104
- Significant engineering effort required.
127105

128106

107+
## Azure Monitor Views
108+
109+
> [!IMPORTANT]
110+
> Views are in the process of being deprecated. See [Azure Monitor view designer to workbooks transition guide](platform/view-designer-conversion-overview.md) for guidance on converting views to workbooks.
111+
112+
[Views in Azure Monitor](platform/view-designer.md) allow you to create custom visualizations with log data. They are used by [monitoring solutions](insights/solutions.md) to present the data they collect.
113+
114+
115+
![View](media/visualizations/view.png)
116+
117+
### Advantages
118+
- Rich visualizations for log data.
119+
- Export and import views to transfer them to other resource groups and subscriptions.
120+
- Integrates into Azure Monitor management model with workspaces and monitoring solutions.
121+
- [Filters](platform/view-designer-filters.md) for custom parameters.
122+
- Interactive, supports multi-level drill-in (view that drills into another view)
123+
124+
### Limitations
125+
- Supports logs but not metrics.
126+
- No personal views. Available to all users with access to the workspace.
127+
- No automatic refresh.
128+
- Limited layout options.
129+
- No support for querying across multiple workspaces or Application Insights applications.
130+
- Queries are limited in response size to 8MB and query execution time of 110 seconds.
131+
129132
## Next steps
130133
- Learn about the [data collected by Azure Monitor](platform/data-platform.md).
131134
- Learn about [Azure dashboards](../azure-portal/azure-portal-dashboards.md).

0 commit comments

Comments
 (0)