Quantcast
Channel: Azure Management Portal forum
Viewing all articles
Browse latest Browse all 4189

Cannot monitor custom performance counters in Azure

$
0
0

I've created a couple of custom performance counters in our application. When I deploy the application to Azure I can see the counters being collected in the `WADPerformanceCountersTable` but I cannot get them to show up on the Monitor tab of the dashboard.

I'm using Azure SDK v2.7. I modified my diagnostics.wadcfgx to contain the following additional performance counters.

<PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Current" sampleRate="PT3M" /><PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Applications Running" sampleRate="PT3M" /><PerformanceCounterConfiguration counterSpecifier="\Ipseity\Average Aggregate Hydration Time" sampleRate="PT30S" /><PerformanceCounterConfiguration counterSpecifier="\Ipseity\Number of Aggregate Hydrations / sec" sampleRate="PT30S" />

I don't actually need `\ASP.NET\Requests Current` or `\ASP.NET\Applications Running`, I just added them to see if I could get something to show up in the dialog when I select "Add Metrics."

Here you can see a small snippet of the `WADPerformanceCountersTable` showing that it is indeed capturing my custom counters in question.



I have configured the worker role for Verbose monitoring but when I go to the Monitor tab and click "Add Metrics" not only do I not see my custom performance counters but I don't see either of the other standard counters I added for testing purposes (i.e. `\ASP.NET\Requests Current` and `\ASP.NET\Applications Running`).



According to this article what I'm doing should work.

What am I missing?




Viewing all articles
Browse latest Browse all 4189

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>