Replies: 1 comment 1 reply
-
Hey @ziomill , There is already an open issue for this: #5353 In general, I believe that this is a feature that we'd like to have in the javaagent (most likely with a very configurable header(s) format; and also disabled by default). However, the main problem with it is that currently there is no spec for the HTTP response header that would contain the server trace id. Some companies (like Splunk) use the |
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.
-
Hi all,
I'm trying OpenTelemetry auto instrumentation to handle traces on a Java Spring Boot project (that exposes Rest APIs and GRPC services).
It all seems to work as expected, but I would have expected that the open telemetry agent would have returned the trace-id in the headers.
Is there a configuration to enable in order to add of this kind of information to the response or is there a reason why this not happens?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions