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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datadog_trace_id
trace_id
Datadog has a numeric trace ID format. For correlation of logs to work we need to add a datadog_trace_id in the same way that we add trace_id.
The conversion from otel to dd traceid is documented here: https://docs.datadoghq.com/tracing/other_telemetry/connect_logs_and_traces/opentelemetry/?tab=python
The text was updated successfully, but these errors were encountered:
This might solve #2402.
Sorry, something went wrong.
error=true
This is related to #3226.
The plan is to get some sort of agreement as to where this should fit in to our config and work towards this.
Add support for custom attributes for spans and logs (#4102)
3fa7c11
Fixes #4096 Fixes #4086 Fixes #3543 Fixes #3537 --------- Signed-off-by: Benjamin Coenen <[email protected]> Co-authored-by: bryn <[email protected]>
BrynCooke
Successfully merging a pull request may close this issue.
Datadog has a numeric trace ID format. For correlation of logs to work we need to add a
datadog_trace_id
in the same way that we addtrace_id
.The conversion from otel to dd traceid is documented here: https://docs.datadoghq.com/tracing/other_telemetry/connect_logs_and_traces/opentelemetry/?tab=python
The text was updated successfully, but these errors were encountered: