-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Revert public API changes in #10931, preserve logic #11415
Conversation
b0a127f
to
3f595d9
Compare
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.
3544610
to
fa6ca74
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
fa6ca74
to
58ab4b6
Compare
dd0b7b1
to
de2d84f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11415 +/- ##
==========================================
- Coverage 91.64% 91.54% -0.10%
==========================================
Files 442 442
Lines 23746 23792 +46
==========================================
+ Hits 21761 21780 +19
- Misses 1616 1641 +25
- Partials 369 371 +2 ☔ View full report in Codecov by Sentry. |
de2d84f
to
786ff0f
Compare
@songy23 can you please review |
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.
I assume the levels in metrics will be deprecated / replaced in follow-up PRs right?
Level configtelemetry.Level `mapstructure:"level"` |
Also it looks like this breaks the generated telemetry test in filter processor in contrib: https://github.com/open-telemetry/opentelemetry-collector/actions/runs/11841970416/job/33009752455?pr=11415 |
786ff0f
to
cf963b5
Compare
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.
LGTM pending the contrib test fix
or if you prefer feel free to track ^ separately in contrib
Signed-off-by: Bogdan Drutu <[email protected]>
cf963b5
to
829446c
Compare
…en-telemetry#11415) This PR removes APIs that expose `configtelemetry.Level`. Internal functionality still uses the Level, but will be soon changed to use the new Instrument.Enabled. Signed-off-by: Bogdan Drutu <[email protected]>
…en-telemetry#11415) This PR removes APIs that expose `configtelemetry.Level`. Internal functionality still uses the Level, but will be soon changed to use the new Instrument.Enabled. Signed-off-by: Bogdan Drutu <[email protected]>
This PR removes APIs that expose
configtelemetry.Level
. Internal functionality still uses the Level, but will be soon changed to use the new Instrument.Enabled.