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/monitor-horizontal-test.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This article describes:
18
18
19
19
[Azure Monitor](/azure/azure-monitor/overview) collects and aggregates metrics and logs from every component of your system to monitor availability, performance, and resilience, and notify you of issues affecting your system. You can use the Azure portal, PowerShell, Azure CLI, REST API, or client libraries to set up and view monitoring data.
20
20
21
-
Different metrics and logs are available for different resource types. Your service can be associated with more than one resource type. This table describes how you can collect data to monitor your service, and what you can do with the data once collected:
21
+
Different metrics and logs are available for different resource types. This table describes how you can use Azure Monitor to collect data to monitor your service:
22
22
23
23
|Data to collect |Description|Collection Method |Reference Information |
24
24
|---------|---------|---------|---------|
@@ -50,7 +50,7 @@ These Azure Monitor tools are available in the Azure portal to help you analyze
50
50
51
51
- The [activity log](/azure/azure-monitor/essentials/activity-log) has a user interface in the Azure portal for viewing and basic searches. To do more in-depth analysis, route the data to Azure Monitor logs and run more complex queries in Log Analytics.
52
52
53
-
-[Application Insights](/azure/azure-monitor/app/app-insights-overview) monitors the availability, performance, and usage of your web applications, so you can identify and diagnose errors without waiting for a user to report them.</br>Application Insights includes connection points to various development tools and integrates with Visual Studio to support your DevOps processes. For more information, see [Application monitoring for App Service](/azure/azure-monitor/app/azure-web-apps).
53
+
-[Application Insights](/azure/azure-monitor/app/app-insights-overview) monitors the availability, performance, and usage of your web applications, so you can identify and diagnose errors without waiting for a user to report them.Application Insights includes connection points to various development tools and integrates with Visual Studio to support your DevOps processes. For more information, see [Application monitoring for App Service](/azure/azure-monitor/app/azure-web-apps).
54
54
55
55
Tools that allow more complex visualization include:
56
56
@@ -59,17 +59,6 @@ Tools that allow more complex visualization include:
59
59
-[Grafana](/azure/azure-monitor/visualize/grafana-plugin), an open platform tool that excels in operational dashboards. You can use Grafana to create dashboards that include data from multiple sources other than Azure Monitor.
60
60
-[Power BI](/azure/azure-monitor/logs/log-powerbi), a business analytics service that provides interactive visualizations across various data sources. You can configure Power BI to automatically import log data from Azure Monitor to take advantage of these visualizations.
61
61
62
-
## Export Azure Monitor data
63
-
64
-
You can get data out of Azure Monitor into other tools by using the following methods:
65
-
66
-
-**Metrics:** Use the [REST API for metrics](/rest/api/monitor/operation-groups) to extract metric data from the Azure Monitor metrics database. For more information, see [Azure Monitor REST API reference](/rest/api/monitor/filter-syntax).
67
-
68
-
-**Logs:** Use the REST API or the [associated client libraries](/rest/api/loganalytics/query/get?tabs=HTTP).
69
-
- Another option is the [workspace data export](/azure/azure-monitor/logs/logs-data-export?tabs=portal).
70
-
71
-
To get started with the REST API for Azure Monitor, see [Azure monitoring REST API walkthrough](/azure/azure-monitor/essentials/rest-api-walkthrough?tabs=portal).
72
-
73
62
## Use Kusto queries to analyze log data
74
63
75
64
You can analyze Azure Monitor Log data using the Kusto query language (KQL). For more information, see [Log queries in Azure Monitor](/azure/azure-monitor/logs/log-query-overview).
@@ -144,6 +133,17 @@ The following table lists common and recommended alert rules for App Service.
144
133
>[!NOTE]
145
134
>If you're creating or running an application that runs on your service, [Azure Monitor application insights](/azure/azure-monitor/overview#application-insights) might offer more types of alerts.
146
135
136
+
## Export Azure Monitor data to other tools
137
+
138
+
You can get data out of Azure Monitor into other tools by using the following methods:
139
+
140
+
-**Metrics:** Use the [REST API for metrics](/rest/api/monitor/operation-groups) to extract metric data from the Azure Monitor metrics database. For more information, see [Azure Monitor REST API reference](/rest/api/monitor/filter-syntax).
141
+
142
+
-**Logs:** Use the REST API or the [associated client libraries](/rest/api/loganalytics/query/get?tabs=HTTP).
143
+
- Another option is the [workspace data export](/azure/azure-monitor/logs/logs-data-export?tabs=portal).
144
+
145
+
To get started with the REST API for Azure Monitor, see [Azure monitoring REST API walkthrough](/azure/azure-monitor/essentials/rest-api-walkthrough?tabs=portal).
146
+
147
147
### Get personalized recommendations using Advisor
148
148
149
149
For some services, if critical conditions or imminent changes occur during resource operations, an alert displays on the service **Overview** page in the portal. You can find more information and recommended fixes for the alert in **Advisor recommendations** under **Monitoring** in the left menu. During normal operations, no advisor recommendations display.
0 commit comments