0
votes

Azure VM's shows below charts in the overview tab. I would like to know the source table for these metrics so that I can customize and query them.

enter image description here

4

4 Answers

0
votes

I think you are looking for a log-analytics , which will have all the metrics of the VM in the table format, here you can find how to find queries to get cutomized results for the particular VM

0
votes
0
votes

As mentioned above I believe Log Analytics is the source...specifically query the AzureDiagnostic Table here is a query to get you started:

 AzureDiagnostics
| where  ResourceProvider =="Microsoft.Compute/virtualMachines"