-
Notifications
You must be signed in to change notification settings - Fork 923
call auto configure listener with declarative config #7654
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
call auto configure listener with declarative config #7654
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7654 +/- ##
=========================================
Coverage 90.12% 90.12%
- Complexity 7183 7185 +2
=========================================
Files 814 814
Lines 21675 21685 +10
Branches 2123 2123
=========================================
+ Hits 19534 19544 +10
Misses 1475 1475
Partials 666 666 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| maybeRegisterShutdownHook(fromFileConfiguration.getOpenTelemetrySdk()); | ||
| OpenTelemetrySdk openTelemetrySdk = fromFileConfiguration.getOpenTelemetrySdk(); | ||
| maybeRegisterShutdownHook(openTelemetrySdk); | ||
| callAutoConfigureListeners(spiHelper, openTelemetrySdk); |
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.
Can we write a simple test to verify this happens?
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.
that turned out to be very helpful - it didn't work before...
c9ff575 to
df5c3c0
Compare
4af7154 to
620ff48
Compare
No description provided.