Skip to content
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

Merged
merged 2 commits into from
May 5, 2023

Conversation

jack-berg
Copy link
Member

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.

@jack-berg jack-berg requested a review from a team May 4, 2023 12:33
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

package io.opentelemetry.sdk.logs;
package io.opentelemetry.sdk.logs.internal;
Copy link
Member Author

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
Copy link

codecov bot commented May 4, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (5f9dc3f) 91.29% compared to head (cf18fae) 91.29%.

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     
Impacted Files Coverage Δ
...nfigure/AutoConfiguredOpenTelemetrySdkBuilder.java 96.29% <ø> (ø)
...dk/testing/exporter/InMemoryLogRecordExporter.java 93.33% <ø> (ø)
...try/sdk/logs/internal/SdkEventEmitterProvider.java 81.57% <ø> (ø)
...etry/sdk/logs/export/SimpleLogRecordProcessor.java 88.88% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jack-berg jack-berg merged commit 030d966 into open-telemetry:main May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants