Skip to content

Conversation

jaydeluca
Copy link
Member

Fixes #7522

Makes OtlpMetricExporterProvider implement AutoConfigureListener like the other exporter providers, and calls builder.setMeterProvider(meterProviderRef::get) when configuring the builder.

@jaydeluca jaydeluca requested a review from a team as a code owner August 7, 2025 21:09
@jaydeluca jaydeluca marked this pull request as draft August 7, 2025 21:17
Copy link

codecov bot commented Aug 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.01%. Comparing base (613e5d6) to head (15dddeb).
⚠️ Report is 58 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #7541   +/-   ##
=========================================
  Coverage     90.01%   90.01%           
- Complexity     7080     7081    +1     
=========================================
  Files           803      803           
  Lines         21417    21423    +6     
  Branches       2086     2086           
=========================================
+ Hits          19278    19284    +6     
  Misses         1477     1477           
  Partials        662      662           

☔ 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.

@jaydeluca jaydeluca marked this pull request as ready for review August 7, 2025 21:36
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.

OtlpMetricExporterProvider does not implement AutoConfigureListener
2 participants