Metric in azure monitor

Shivam Ramola 71 Reputation points
2021-10-08T04:14:41.117+00:00

Metric are numerical values that are collected at regular intervals and describe some aspect of a system at a particular time. By the help of it we can create various charts like CPU utilization of VMs or used capacity for storage.

so my question: is there any feature we can directly use query to fetch this data and
is these data stored in table or some other location

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Philip nicoles 381 Reputation points
    2021-10-08T05:07:53.67+00:00

    Hi Shivam,

    Refer this link if you want to fetch the data: https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-charts

    I hope this helps you out, please feel free to revert back if you have any further questions with additional information on this scenario.

    Thank you
    Philip


  2. tbgangav-MSFT 10,431 Reputation points Moderator
    2021-10-08T06:26:21.173+00:00

    Hi @Shivam Ramola ,

    As per this official Azure document, it collects that numeric data from monitored resources into a time series database. AFAIK, as per design we would not be able to directly access the data that's in the time series database so I believe this Azure Monitor Metrics is the base level from where we might be able to fetch the data.

    138737-image.png

    138640-image.png

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.