Azure Diagnostic - how to get raw performance counter data

I am looking for a way to get raw data from a performance counter in windows azure

using diagnostic api.

So far I have noticed that I can set up a counter from known counters

and set the sampling rate for this counter.

Is the sampling rate configured in the diagnostic configuration the sampling rate

What is the calculation of the counter based on?

if not, how can I get the raw data for this counter, since I want to get the processor user time (for example)

and do the calculation yourself.

thank

+3
source share

Source: https://habr.com/ru/post/1793652/


All Articles