Skip to content

Commit bba1ea8

Browse files
committed
fix
1 parent 4fdb6dd commit bba1ea8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/virtual-machines/monitor-vm.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ VM host and guest data is useful in different scenarios:
2828
|-|-|-|-|
2929
| **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) |
3030
| **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).|
3434

3535
[!INCLUDE [horz-monitor-insights](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-insights.md)]
3636

@@ -65,11 +65,6 @@ For detailed information about how the Azure Monitor agent collects VM monitorin
6565

6666
For a list of available metrics for Virtual Machines, see [Virtual Machines monitoring data reference](monitor-vm-reference.md#metrics).
6767

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).
72-
7368
[!INCLUDE [horz-monitor-resource-logs](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-resource-logs.md)]
7469

7570
- 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

Comments
 (0)