Replies: 2 comments 5 replies
-
https://opentelemetry.io/docs/languages/java/instrumentation/#context-propagation-between-threads |
Beta Was this translation helpful? Give feedback.
4 replies
-
Is there any reason that Context Propagation in Auto instrumentation is not supported for the traditional Thread approach or there is plan to incorporate this missing thing in the upcoming release? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have main thread(service thread) and creating 2 separate threads Thread-1 and Thread-2 and trying to send the rest call from both thread, but there is not any Trace Id found from two thread.
Expectations: Trace Id must be same in Thread-1 and Thread-2 which was generated in Main Thread.
Beta Was this translation helpful? Give feedback.
All reactions