I have 0 experience using grafana and its agent.
The goal is to read matrices from Azure monitor and push it to Grafana cloud using alloy.
I have configured for several resource types all looks good under grafana metrics dashboard. But only for the resource type “Microsoft.Compute/virtualMachines” CPU and MEM metrics has gap in it randomly. What can be the issue, the same resource has proper value when seen under azure portal. Below us my configuration
And I dont want to use Azure Monitor Data source. Using alloy is the requirement.
As you can see in the screenshot, some resources are consistently sending data every minute, while others have gaps of more than 10 minutes. Is there anything I can check in Azure? It’s worth noting that I am receiving data from other resources of the same type.
Also mentioning that I don’t have access to use Alloy UI as its a restricted enviornment.
You could try to use another agent to verify Alloy. Perhaps node-exporter, have both agents running and have both send metrics to your backend and see what happens.