Replies: 2 comments 4 replies
-
https://opentelemetry.io/docs/languages/java/instrumentation/#context-propagation-between-threads |
Beta Was this translation helpful? Give feedback.
3 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
-
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