-
What would be the team's recommendation on distributed tracing? OpenTracing or OpenTelemetry? From reading the guides on both it seems OpenTracing is more mature but OpenTelemetry is where everything is going in the future? If I'm building something now and I want application, datasource, kafka traces, which one should I use now? To me it seems right now that OpenTracing should be what I want to use. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 19 replies
-
/cc @Ladicek, @radcortez |
Beta Was this translation helpful? Give feedback.
-
OpenTelemetry. Yes, probably OpenTracing is more widely available and integrated, but we are closing the gap with OpenTelemetry. The main reason to recommend OpenTelemetry is that OpenTracing (and OpenCensus) merged in OpenTelemetry and both communities moved there as well. Effectively OpenTracing is in maintenance mode and everyone is moving to use OpenTelemetry instead. |
Beta Was this translation helpful? Give feedback.
OpenTelemetry.
Yes, probably OpenTracing is more widely available and integrated, but we are closing the gap with OpenTelemetry.
The main reason to recommend OpenTelemetry is that OpenTracing (and OpenCensus) merged in OpenTelemetry and both communities moved there as well. Effectively OpenTracing is in maintenance mode and everyone is moving to use OpenTelemetry instead.