-
Notifications
You must be signed in to change notification settings - Fork 287
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 Sampler not working as expected #2742
Comments
For anyone encountering this, the workaround is to use Fixed rate sampling instead of Adaptive. |
Beta package is now available with the fix https://www.nuget.org/packages/Microsoft.ApplicationInsights/2.22.0-beta3 |
@vishweshbankwar do you know when will this fix be shipped to a stable version? |
Hi @OsmondJiang, we're targeting end of May for the next stable release. |
Closing as the issue is fixed #2742 (comment) |
Describe the bug
Adaptive sampler when used with activities with
Recorded
flag set totrue
(in case of OpenTelemetry this could be set via AlwaysOnSampler) results in high number of telemetry records to be ingested compared to activities with the flag set tofalse
A clear and concise description of what the bug is.
To Reproduce
CustomChannel
The text was updated successfully, but these errors were encountered: