You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
I’m unable to get “Add PerformanceCounter” to work for our deployed Web App Services.
Example list:
Add PerformanceCounter="\Process(??APP_WIN32_PROC??)\Handle Count" ReportAs="Process handle count"
Add PerformanceCounter="\Process(??APP_WIN32_PROC??)% Processor Time" ReportAs="Processor Time"
Add PerformanceCounter="\Process(??APP_WIN32_PROC??)% Process CPU" ReportAs="Process CPU"
Add PerformanceCounter=".NET CLR Exceptions(??APP_CLR_PROC??)# of Exceps Thrown / sec" ReportAs="CLR Exceps per sec"
Add PerformanceCounter="\Process(??APP_WIN32_PROC??)\Private Bytes" ReportAs="Private Bytes"
Add PerformanceCounter="\Process(??APP_WIN32_PROC??)\IO Data Bytes/sec" ReportAs="IO Data Bytes"
After following the above steps, the added counters don’t appear on the Metrics Explorer blade.
I do see some of the default counters populating; Server Requests, Server Response Time, Failed Requests, etc…
Server counters "\Processor(_Total)% Processor Time " and "\Memory\Available Bytes" don't populate and remain gray with ---
Any thoughts as to why I can’t get system level and custom counters to load?
The text was updated successfully, but these errors were encountered: