-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[service] move service.noopTraceProvider feature gate to deprecated stage #13521
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
[service] move service.noopTraceProvider feature gate to deprecated stage #13521
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:
|
| # (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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Document how users can achieve same thing by configuring service::telemetry::traces::level = none
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good, added a blurb
Co-authored-by: Alex Boten <[email protected]>
Description
move service.noopTraceProvider feature gate to deprecated stage
Link to tracking issue
Fixes #13492