[processor/tailsampling] Disable invert decisions by default#44132
Merged
atoulme merged 4 commits intoopen-telemetry:mainfrom Jan 8, 2026
Merged
Conversation
0b8c0d7 to
e4f2218
Compare
Contributor
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Contributor
|
@Logiraptor @portertech please review as codeowners. |
portertech
approved these changes
Dec 9, 2025
Logiraptor
approved these changes
Dec 10, 2025
It would be nice to remove the logic around invert sampling decisions soon as it has now been 6 months since the values were deprecated. To begin doing so, set the feature gate to be enabled by default to force users to migrate to drop policies.
e4f2218 to
0a7f57f
Compare
Contributor
Author
|
I just fixed the conflicts with main and this has codeowner approval now so should be good to go! |
Contributor
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Contributor
Author
|
Updated with main again, this is still ready to merge. |
Contributor
|
Thank you for your contribution @csmarchbanks! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey. If you are getting started contributing, you can also join the CNCF Slack channel #opentelemetry-new-contributors to ask for guidance and get help. |
mbdeveci
pushed a commit
to mbdeveci/opentelemetry-collector-contrib
that referenced
this pull request
Jan 12, 2026
…lemetry#44132) It would be nice to remove the logic around invert sampling decisions soon as it has now been 6 months since the values were deprecated. To begin doing so, set the feature gate to be enabled by default to force users to migrate to drop policies.
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It would be nice to remove the logic around invert sampling decisions soon as it has now been 6 months since the values were deprecated. To begin doing so, set the feature gate to be enabled by default to force users to migrate to drop policies.