Skip to content

OpenTracing support #4250

Answered by yurishkuro
alkistis500 asked this question in Q&A
Feb 22, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

There is no such thing as OpenTracing traces, since OpenTracing was just an API, it never specified a data format. The data format that Jaeger accepts was dictated by the Jaeger clients (SDKs), as documented in the jaeger-idl repository. That format is still supported and will remain supported for a long time. However, aside from the deprecated Jaeger SDKs, nothing really will be producing that format, because even though OpenTelemetry SDKs are capable of producing it now, that support is being phased in out OTEL since Jaeger can accept OTEL native OTLP format directly.

Replies: 1 comment 2 replies

Comment options

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

@yurishkuro
Comment options

Answer selected by alkistis500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants