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
+43-40Lines changed: 43 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.subservice:
5
5
ms.topic: conceptual
6
6
author: bwren
7
7
ms.author: bwren
8
-
ms.date: 11/24/2018
8
+
ms.date: 03/17/2020
9
9
10
10
---
11
11
@@ -14,7 +14,23 @@ This article provides a summary of the available methods to visualize log and me
14
14
15
15
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.
[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
+

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.
- 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
+
18
34
19
35
## Azure Dashboards
20
36
[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
40
56
- No interactivity with dashboard data.
41
57
- Limited contextual drill-down.
42
58
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
-

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
-

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.
- 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
-
81
59
82
60
## Power BI
83
61
[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
126
104
- Significant engineering effort required.
127
105
128
106
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
+

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
+
129
132
## Next steps
130
133
- Learn about the [data collected by Azure Monitor](platform/data-platform.md).
131
134
- Learn about [Azure dashboards](../azure-portal/azure-portal-dashboards.md).
0 commit comments