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/virtual-machines/monitor-vm.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ VM host and guest data is useful in different scenarios:
28
28
|-|-|-|-|
29
29
|**VM host data**| Understand the performance of the physical host on which the VM is running.<br> (Optional) [Scale up or scale down](/azure/azure-monitor/autoscale/autoscale-overview) based on the load on your application.| Available by default without any additional setup. |[Performance metrics](#azure-monitor-platform-metrics)<br>[Activity logs](#azure-activity-log)<br>[Boot diagnostics](#boot-diagnostics)|
30
30
|**VM guest data**| Analyze and troubleshoot performance and operational efficiency of workloads running in your Azure environment. | Install [Azure Monitor Agent](/azure/azure-monitor/agents/data-collection-rule-azure-monitor-agent) on the VM and set up a [data collection rule](#data-collection-rules). ||
31
-
||**Basic VM guest monitoring**|[VM Insights](#vm-insights) is a quick and easy way to start monitoring your VM clients. VM Insights is especially useful for exploring overall VM usage and performance when you don't yet know the metric of primary interest.|||
32
-
||**VM operating system monitoring (recommended)**||[Windows events and performance counters](/azure/azure-monitor/agents/data-collection-rule-azure-monitor-agent)<br>[Syslog events](/azure/azure-monitor/agents/data-collection-syslog)|||
33
-
||**Advanced/custom VM monitoring**||For information about collecting IIS logs, custom logs from text and JSON files, and other VM monitoring scenarios, see [VM data sources](/azure/azure-monitor/data-sources#virtual-machines).|||
31
+
||**Basic VM guest monitoring**|[VM Insights](#vm-insights) is a quick and easy way to start monitoring your VM clients. VM Insights is especially useful for exploring overall VM usage and performance when you don't yet know the metric of primary interest.||
32
+
||**VM operating system monitoring (recommended)**||[Windows events and performance counters](/azure/azure-monitor/agents/data-collection-rule-azure-monitor-agent)<br>[Syslog events](/azure/azure-monitor/agents/data-collection-syslog)|
33
+
||**Advanced/custom VM monitoring**||For information about collecting IIS logs, custom logs from text and JSON files, and other VM monitoring scenarios, see [VM data sources](/azure/azure-monitor/data-sources#virtual-machines).|
@@ -65,11 +65,6 @@ For detailed information about how the Azure Monitor agent collects VM monitorin
65
65
66
66
For a list of available metrics for Virtual Machines, see [Virtual Machines monitoring data reference](monitor-vm-reference.md#metrics).
67
67
68
-
- Install the [InfluxData Telegraf agent](/azure/azure-monitor/essentials/collect-custom-metrics-linux-telegraf) on your Azure Linux VM, and send metrics by using the Azure Monitor output plug-in.
69
-
- Send custom metrics [directly to the Azure Monitor REST API](/azure/azure-monitor/essentials/metrics-store-custom-rest-api).
70
-
71
-
For more information about custom metrics, see [Custom metrics in Azure Monitor (preview)](/azure/azure-monitor/essentials/metrics-custom-overview). To retrieve metrics like CPU usage for a Linux VM by using the Azure REST API, see [Get Virtual Machine usage metrics using the REST API](linux/metrics-vm-usage-rest.md).
- For the available resource log categories, their associated Log Analytics tables, and the logs schemas for Virtual Machines, see [Virtual Machines monitoring data reference](monitor-vm-reference.md#resource-logs).
0 commit comments