Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptive sampling enabled by default with the server telemetry channel #1

Open
SergeyKanzhelev opened this issue Oct 30, 2015 · 3 comments

Comments

@SergeyKanzhelev
Copy link

With the upcoming beta release of Application Insights SDK for web applications adaptive sampling will be enabled by default. Read more about adaptive sampling: microsoft/ApplicationInsights-dotnet#80

Disable it by removing the following from ApplicationInsights.config:

<TelemetryProcessors>  
  <Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel">  
    <MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>  
  </Add>  
</TelemetryProcessors>  
@yazici
Copy link

yazici commented Mar 3, 2017

How do we disable this for AspNetCore for 2.0? There is no config file.

@vdesmedt
Copy link

Does anyone knows why the AdaptiveSamplingTelemetryProcessor processor is added twice in the config once with Event and once with Event ?

@SergeyKanzhelev
Copy link
Author

Replied here: microsoft/ApplicationInsights-aspnetcore#703

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants