gRPC Context propagation using OTel agent #14234
Replies: 2 comments 2 replies
-
We have done something to support context propagation asynchronously. For instrumentations for some JDK thread pool, you can refer to https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/executors
Why do you want to add manual propagation based on OTel agent or why don't use OTel agent directly? |
Beta Was this translation helpful? Give feedback.
-
It seems that is influenced by context propagation of OTel Java, there is a similar issue: #14239 cc @laurit |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Spring Boot App with java 11 using GRPC extensively. We do not propagate the context in our code. But it looks like if OTel agent is enabled then it automatically propagates the context across thread pools.
Assuming that OTel agent does indeed propagate the context, I have a few questions
Beta Was this translation helpful? Give feedback.
All reactions