Closed
Description
openedon Sep 1, 2020
Starting with 2.8.0 of Asp.Net Core sdk, we were collecting a set of System.Runtime eventcounters by default.
Proposing to disable any counters collection by default:
- These counters are sent as custom metric , and hence they are billed to the customers.
- Since these are not free, its best to leave it upto the customer to add any eventcounter they are interested in.
(A set of PerformanceCounters are still collected by default - ApplicationInsights treats them as StandardMetrics and are hence not billed. Until Application Insights recognizes a set of EventCounters as StandardMetrics, we should stop collecting them by defualt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment