How to disable standard performance counters in Application Insights via JavaScript SDK?

Gowtham Chandrasekar 6 Reputation points
2020-06-26T13:26:31.63+00:00

Standard performance counters in Application Insights generate too much volume. How can I disable them and only report my own counters + some standard ones (if needed)? I am using JavaScript SDK for application insights. Hence, expecting a fix related to same.

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

1 answer

Sort by: Most helpful
  1. Dave Patrick 426.5K Reputation points MVP
    2020-06-26T14:50:45.707+00:00

    In the days of Server 2003 there were support tools including the Performance Counter Listing Tool (exctrlst.exe) that's still downloadable and still works. When you use the tool to disable a specific counter it simply adds a DWord named Disable Performance Counters and sets the value to one. So you can either try the tool or manually add the DWord to the service subkey's Performance subfolder as shown in example below.

    10814-disableperf.png

    --please don't forget to Accept as answer if the reply is helpful--

    --------------------------

    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    0 comments No comments