Open VishnuTeja27 opened 1 month ago
Which version(s) did you encounter this bug ? 4.5.10
While upgrading from 4.3.7 to 4.5.10, i see that the async processing tasks are missing traceIds.
https://github.com/VishnuTeja27/VertxOtelStarter
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.
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.