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: docs/integrations/microsoft-azure/azure-virtual-machine.md
+23-36Lines changed: 23 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,30 +30,17 @@ You must explicitly enable diagnostic settings for each Virtual Machine you want
30
30
31
31
When you configure the event hubs source or HTTP source, plan your source category to ease the querying process. A hierarchical approach allows you to make use of wildcards. For example: `Azure/VM/ActivityLogs`, `Azure/VM/Metrics`.
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';
54
36
55
37
<MetricsSourceBeta/>
56
38
39
+
:::note
40
+
Metric Rule `AzureObservabilityMetadataExtractionVMName` will be created automatically as a part of app installation process.
41
+
This metric rule creates new dimension `vmname` for non scale set VMs.
42
+
:::
43
+
57
44
### Configure logs collection
58
45
59
46
In this section, you will configure a pipeline for shipping diagnostic logs from Azure Monitor to an Event Hub.
@@ -103,65 +90,65 @@ import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
103
90
104
91
The **Azure Virtual Machine - Overview** dashboard allows you to gain insights into the performance of your VMs by monitoring and analyzing your VM's usage metrics such as VM availability, CPU usage, read/write ops, cache hits, VM usage, and average latencies.
The **Azure VM - Network** dashboard provides detailed information about VM network activities based on incoming and outgoing packets and bytes.
103
+
The **Azure Virtual Machine - Network** dashboard provides detailed information about VM network activities based on incoming and outgoing packets and bytes.
The **Azure VM - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Virtual Machine resources.
115
+
The **Azure Virtual Machine - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Virtual Machine resources.
129
116
130
117
Use this dashboard to:
131
118
* Monitor the distribution of operation types and their success rates to ensure proper functioning of your Virtual Machine.
132
119
* Identify potential issues by analyzing the top operations causing errors and correlating them with specific users or applications.
133
120
* Track recent write and delete operations to maintain an audit trail of changes made to your Virtual Machine.
The **Azure Virtual Machine - Policy and Recommendations** dashboard provides details on policy events and recommendations for your Azure Virtual Machine resources.
126
+
The **Azure Virtual Machine - Policy and Recommendations** dashboard provides details on policy events and recommendations for your Azure Virtual Machine resources.
140
127
141
128
Use this dashboard to:
142
129
* Monitor the success and failure rates of policy events to ensure proper configuration and compliance.
143
-
* Track and analyse recent recommendations to improve the performance and security of your Vaults setup.
130
+
* Track and analyse recent recommendations to improve the performance and security of your VM setup.
144
131
* Identify trends in policy events and recommendations over time to proactively address potential issues.
0 commit comments