You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup Otel in vertxOptions and write a method which return immediately but executes some task in the background. We can observe that the span context is missing from the background tasks. The same is shared in the above reproducer project.
The text was updated successfully, but these errors were encountered:
Version
Which version(s) did you encounter this bug ?
4.5.10
Context
While upgrading from 4.3.7 to 4.5.10, i see that the async processing tasks are missing traceIds.
Do you have a reproducer?
https://github.com/VishnuTeja27/VertxOtelStarter
Steps to reproduce
Setup Otel in vertxOptions and write a method which return immediately but executes some task in the background. We can observe that the span context is missing from the background tasks. The same is shared in the above reproducer project.
The text was updated successfully, but these errors were encountered: