Skip to content

Conversation

@jack-berg
Copy link
Member

Resolves #6241

@codecov
Copy link

codecov bot commented Feb 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.88%. Comparing base (31f484f) to head (ddac2b4).
Report is 10 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #7150      +/-   ##
============================================
+ Coverage     89.87%   89.88%   +0.01%     
- Complexity     6623     6631       +8     
============================================
  Files           740      740              
  Lines         20008    20034      +26     
  Branches       1968     1968              
============================================
+ Hits          17982    18008      +26     
  Misses         1437     1437              
  Partials        589      589              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +889 to +892
assertThat(classLoaderSpy.getResourcesNames)
.isEqualTo(
Collections.singletonList(
"META-INF/services/io.opentelemetry.exporter.internal.http.HttpSenderProvider"));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jack-berg jack-berg merged commit dc46ccd into open-telemetry:main Mar 3, 2025
27 checks passed
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.

HttpExporterBuider.resolveHttpSenderProvider uses a static class loader, not a configurable one, or AutoConfiguredOpenTelemetrySdkBuilder's

2 participants