OpenTracing support #4250
-
Hello, I have noticed in Client Libraries documentation that they have been deprecated. For existing applications that are already instrumented with the OpenTracing API does latest Jaeger version support receiving OpenTracing traces? Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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. |
Beta Was this translation helpful? Give feedback.
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.