Skip to content

Opentelemetry Datadog integration (TraceId/SpanId issues) #30562

Answered by jimbogithub
jimbogithub asked this question in Q&A
Discussion options

You must be logged in to vote

FYI, this is no longer required. DataDog is now natively supporting the OTEL formats (Trace 128 bit hex / Span 64 bit hex) when parsing injected logs. So the only requirement is to remap the names which can be done in DataDog Log Profiles or in your Quarkus log formats (depending on whether you are using JSON or console logging).

DataDog docs still refer to requiring integer format and although they recently added the 128 bit Trace ID support, their OTEL specific docs still say it needs to be 64 bit. However I've just tested using the full length native hex formats and it all works. I'm assuming that despite the docs, this is official support due to their OTEL partnership and it just make…

Replies: 5 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@radcortez
Comment options

@brice-laurencin
Comment options

Comment options

You must be logged in to vote
2 replies
@brice-laurencin
Comment options

@brunobat
Comment options

Comment options

You must be logged in to vote
2 replies
@brunobat
Comment options

@brunobat
Comment options

Comment options

You must be logged in to vote
1 reply
@brunobat
Comment options

Answer selected by brunobat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment