-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix(opentelemetry): close span even if no logs are sent #8367
fix(opentelemetry): close span even if no logs are sent #8367
Conversation
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 for your contribution!
Looks good to me! If nobody objects, I'll merge this this weekend. |
03240ad
into
ansible-collections:main
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #8388 🤖 @patchback |
@v1v thanks for your contribution! |
* fix(opentelemetry): close span even if no logs are sent * changelog (cherry picked from commit 03240ad)
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #8389 🤖 @patchback |
* fix(opentelemetry): close span even if no logs are sent * changelog (cherry picked from commit 03240ad)
… even if no logs are sent (#8388) fix(opentelemetry): close span even if no logs are sent (#8367) * fix(opentelemetry): close span even if no logs are sent * changelog (cherry picked from commit 03240ad) Co-authored-by: Victor Martinez <[email protected]>
… even if no logs are sent (#8389) fix(opentelemetry): close span even if no logs are sent (#8367) * fix(opentelemetry): close span even if no logs are sent * changelog (cherry picked from commit 03240ad) Co-authored-by: Victor Martinez <[email protected]>
…ections#8367) * fix(opentelemetry): close span even if no logs are sent * changelog
…ections#8367) * fix(opentelemetry): close span even if no logs are sent * changelog
SUMMARY
Fixes a regression caused by #6531
So spans were not closed when sending logs were disabled.
ISSUE TYPE
COMPONENT NAME
opentelemetry
ADDITIONAL INFORMATION