-
Notifications
You must be signed in to change notification settings - Fork 32
✨ Add lifespan handling to tracing instrumentation and instrument rabbitmq rpc clients #7642
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
✨ Add lifespan handling to tracing instrumentation and instrument rabbitmq rpc clients #7642
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7642 +/- ##
==========================================
- Coverage 87.37% 87.20% -0.18%
==========================================
Files 1838 1448 -390
Lines 71336 60632 -10704
Branches 1202 663 -539
==========================================
- Hits 62330 52874 -9456
+ Misses 8676 7549 -1127
+ Partials 330 209 -121
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
sanderegg
left a comment
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.
so if I understand correctly you also updated all the open telemtry stuff?
maybe can you add the list of changes in the PR description and set the icons accordingly?
mrnicegyu11
left a comment
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.
as said please factor the removal of postgres autoinstrumentation into a seperate PR, thx very nice
|
I have reverted the removal of the postgress database instrumentation. Please also see my comment above concerning this. |
mrnicegyu11
left a comment
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.
thanks!
pcrespov
left a comment
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.
thx
|



What do these changes do?
Related issue/s
How to test
Dev-ops