Context Propagation in Java + Open Telemetry #3515
Unanswered
shameekagarwal
asked this question in
Q&A
Replies: 1 comment
-
hi @shameekagarwal, I'd recommend asking this in the OpenTelemetry Java Instrumentation repository |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi!
To get started with opentelemetry for java based applications, all I had to do is download the java agent, and it was able to send tracing data to jaeger automatically (impressive!).
I can also see the trace id and span ids in logs.
However, I do not see the trace data in the response headers. This makes me think is context propagation not enabled automatically?
How can i add context propagation with automatic instrumentation?
PS - my java applications can range from drop wizard to spring boot to camel, with no consistency...
Beta Was this translation helpful? Give feedback.
All reactions