Skip to content

Conversation

@jack-berg
Copy link
Member

This is obsolete now that #7496 introduced ExtendedOpenTelemetry. Allows for several nice simplifications!

@jack-berg jack-berg requested a review from a team as a code owner December 12, 2025 21:40
OpenTelemetryConfigurationModel model, DeclarativeConfigContext context) {
SdkConfigProvider sdkConfigProvider = SdkConfigProvider.create(model);
SdkConfigProvider sdkConfigProvider =
SdkConfigProvider.create(model, context.getSpiHelper().getComponentLoader());
Copy link
Member Author

Choose a reason for hiding this comment

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

This was a bug! The SdkConfigProvider instance was not being created with the component loader specified in DeclarativeConfigContext.

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.12%. Comparing base (04642a0) to head (9ce8cc6).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #7914      +/-   ##
============================================
+ Coverage     90.10%   90.12%   +0.02%     
+ Complexity     7325     7319       -6     
============================================
  Files           825      824       -1     
  Lines         22051    22027      -24     
  Branches       2179     2177       -2     
============================================
- Hits          19868    19851      -17     
+ Misses         1504     1500       -4     
+ Partials        679      676       -3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@zeitlinger zeitlinger left a comment

Choose a reason for hiding this comment

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

great - I'll create a PR for agent to adjust

@jack-berg jack-berg merged commit d22413e into open-telemetry:main Dec 15, 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.

2 participants