[service] move service.noopTraceProvider feature gate to deprecated stage#13521
Merged
bogdandrutu merged 3 commits intoopen-telemetry:mainfrom Jul 29, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13521 +/- ##
==========================================
- Coverage 92.00% 91.79% -0.22%
==========================================
Files 531 528 -3
Lines 31045 31033 -12
==========================================
- Hits 28564 28487 -77
- Misses 1954 2014 +60
- Partials 527 532 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bogdandrutu
reviewed
Jul 29, 2025
| # (Optional) One or more lines of additional information to render under the primary note. | ||
| # These lines will be padded with 2 spaces and then inserted directly into the document. | ||
| # Use pipe (|) for multiline entries. | ||
| subtext: |
Member
There was a problem hiding this comment.
Document how users can achieve same thing by configuring service::telemetry::traces::level = none
Contributor
Author
There was a problem hiding this comment.
sounds good, added a blurb
bogdandrutu
approved these changes
Jul 29, 2025
songy23
approved these changes
Jul 29, 2025
codeboten
approved these changes
Jul 29, 2025
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 6, 2026
This feature gate has been deprecated since 0.132.0, which is way more than the 2 releases we require for deprecated feature flags. See #13521
sivchari
pushed a commit
to sivchari/opentelemetry-collector
that referenced
this pull request
Jan 7, 2026
This feature gate has been deprecated since 0.132.0, which is way more than the 2 releases we require for deprecated feature flags. See open-telemetry#13521
Syedowais312
pushed a commit
to Syedowais312/opentelemetry-collector
that referenced
this pull request
Jan 14, 2026
This feature gate has been deprecated since 0.132.0, which is way more than the 2 releases we require for deprecated feature flags. See open-telemetry#13521
Syedowais312
pushed a commit
to Syedowais312/opentelemetry-collector
that referenced
this pull request
Jan 15, 2026
This feature gate has been deprecated since 0.132.0, which is way more than the 2 releases we require for deprecated feature flags. See open-telemetry#13521
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.
Description
move service.noopTraceProvider feature gate to deprecated stage
Link to tracking issue
Fixes #13492