Skip to content
New issue

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

Implement supporting the usage of the Datadog format for HTTP correlation #792

Closed
mariusoe opened this issue Jun 25, 2020 · 0 comments · Fixed by #793
Closed

Implement supporting the usage of the Datadog format for HTTP correlation #792

mariusoe opened this issue Jun 25, 2020 · 0 comments · Fixed by #793
Labels
area/agent enhancement New feature or request

Comments

@mariusoe
Copy link
Member

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

The agent should be configurable in order to put the previous mentioned correlation headers into outgoing HTTP requests.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area/agent enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant