We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Currently, the agent only correlates incoming HTTP requests if the B3 header (trace-id, span-id, ...) are set. In this ticket, the agent should be extend in order it is able to receive correlation headers of Datadog (X-Datadog-Trace-ID and X-Datadog-Parent-ID). See also the following link how datadog generates their ids: https://github.com/DataDog/dd-trace-java/blob/master/dd-trace-api/src/main/java/datadog/trace/api/DDId.java
X-Datadog-Trace-ID
X-Datadog-Parent-ID
The agent should be configurable in order to put the previous mentioned correlation headers into outgoing HTTP requests.
The text was updated successfully, but these errors were encountered:
Closes #792, #773 - Support for Datadog and TraceContext propagation …
508be37
…formats (#793)
Successfully merging a pull request may close this issue.
Currently, the agent only correlates incoming HTTP requests if the B3 header (trace-id, span-id, ...) are set.
In this ticket, the agent should be extend in order it is able to receive correlation headers of Datadog (
X-Datadog-Trace-ID
andX-Datadog-Parent-ID
).See also the following link how datadog generates their ids: https://github.com/DataDog/dd-trace-java/blob/master/dd-trace-api/src/main/java/datadog/trace/api/DDId.java
The agent should be configurable in order to put the previous mentioned correlation headers into outgoing HTTP requests.
The text was updated successfully, but these errors were encountered: