microsoft / ApplicationInsights-dotnet

ApplicationInsights-dotnet
MIT License
566 stars 285 forks source link

Add Sampling, AutoCollectedMetricExtractor TelemetryProcessors to the Default sink instead of on common pipeline. #907

Closed cijothomas closed 5 years ago

cijothomas commented 6 years ago

Similar to being done for asp.net core, https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/752, need to modify XDT transformations so that Sampling, AutoCollectedMetricExtractor are added into the default sink's TP, and not on the main telemetry processor pipeline.

SergeyKanzhelev commented 5 years ago

@cijothomas is it done now? Please close