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
Currently, parent span is lost when code moves to another thread. This can be easily solved when using MP Context Propagation with a custom ThreadContextProvider.
With such a provider in place, registered for context type "OpenTracing", you just need to do request propagation:
Currently, parent span is lost when code moves to another thread. This can be easily solved when using MP Context Propagation with a custom
ThreadContextProvider
.With such a provider in place, registered for context type "OpenTracing", you just need to do request propagation:
OpenTracing spec should define that integration when MP Context Propagation is available.
An example of a rudimentary
ThreadContextProvider
I've just implemented myself for this case:The text was updated successfully, but these errors were encountered: