Datadog Tracing. How to get the TraceId and SpanId reported to datadog? #1459
Replies: 1 comment 2 replies
-
If you want to access to the TraceId and SpanId created on datadog when sending your traces you won't be able because basically it's sending the trace to the datadog agent which itself sent the traces to the datadog API. So the trace_id you can fetch is the one created by BTW I highly recommend to use OTLP exporter and plug the datadog agent to the OTLP exporter, it's better supported. Here you have documentation on datadog to use OTLP exporter and here you have documentation to plug tracing to OTLP exporter in the router |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am configuring the datadog plugin in the router. I would like to get access to the datadog Trace_ID and Span_ID for the requests. Is there a way to do this in a plugin?
Beta Was this translation helpful? Give feedback.
All reactions