An Azure service that is used to provision Windows and Linux virtual machines.
Hello Appmanager Zohocorp,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are seeing Linux VM memory metrics missing from the azure.vm.linux.guestmetrics namespace even though the Azure Monitor Agent is installed and the Linux DCR has memory counters selected.
The issue is not confirmed by the AMA extension status alone.“Provisioning succeeded” only confirms that the Azure Monitor Linux Agent extension was installed; it does not confirm that the DCR was applied, that memory counters were collected, or that they were routed to Azure Monitor Metrics. - https://learn.microsoft.com/en-us/azure/azure-monitor/agents/azure-monitor-agent-troubleshoot-linux-vm
You will need to confirm that the Linux memory performance counters are being sent to Azure Monitor Metrics, not only to Log Analytics. Performance counters sent to Log Analytics appear in the Perf table, while counters sent to Azure Monitor Metrics are the ones available in Metrics Explorer under azure.vm.linux.guestmetrics. - https://learn.microsoft.com/en-us/azure/azure-monitor/vm/data-collection-performance
To resolve this, validate that the DCR association, confirm the AMA service is running, check whether memory counters are arriving in the Perf table, and ensure the DCR performance counter data source has Azure Monitor Metrics as a destination. Guest OS memory metrics are not standard VM host metrics; they must be collected through an agent and routed correctly.
Use the below Microsoft resources for more reading and implementation steps:
- https://learn.microsoft.com/azure/azure-monitor/vm/data-collection-performance
- https://learn.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-troubleshoot-linux-vm
- https://learn.microsoft.com/azure/azure-monitor/vm/data-collection
- https://learn.microsoft.com/azure/azure-monitor/vm/metrics-opentelemetry-guest
- https://learn.microsoft.com/azure/virtual-machines/monitor-vm-reference
I hope this is helpful. Please close the thread by upvoting and accepting the answer if it resolves the issue.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.