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
Trask Stalnaker edited this page Jan 20, 2021
·
1 revision
Performance Counters Collection is done periodically (by default every minute)
You can be notified before and after the collection is done by implementing the _PerformanceCountersCollectionPlugin _interface (You can check SamplePCPlugin example in 'samples')
You will need to implement the 'preCollection' and 'postCollection' methods.
Then you will need to configure that in the ApplicationInsights.xml under the PerformanceCounters tag. Example: