-
Notifications
You must be signed in to change notification settings - Fork 855
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
Log Bridge API / SDK cleanup #5420
Conversation
@@ -3,7 +3,7 @@ | |||
* SPDX-License-Identifier: Apache-2.0 | |||
*/ | |||
|
|||
package io.opentelemetry.sdk.logs; | |||
package io.opentelemetry.sdk.logs.internal; |
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.
In #5341 I propose we move SdkEventEmitterProvder
to an internal package rather than splitting out into a separate module. We should make the move before the release so the only change in the next release is marking the module as stable.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #5420 +/- ##
=========================================
Coverage 91.29% 91.29%
- Complexity 4888 4889 +1
=========================================
Files 549 549
Lines 14402 14402
Branches 1354 1354
=========================================
+ Hits 13148 13149 +1
Misses 867 867
+ Partials 387 386 -1
☔ View full report in Codecov by Sentry. |
Doing a final pass on the Log Bridge API / SDK since we're treating the next release as a RC. Noticed a few minor things to tighten up.