Jaeger to Open-telemetry means? #2742
Replies: 1 comment 2 replies
-
Hi, OpenTelemetry is not a full replacement for jaeger. It is a vendor-agnostic set of libraries and component meant to perform telemetry.
If your tracing UI remaing jaeger, you will still need the operator, yes. You may also need the otel collector to emit all data in a single place. But that's not mandatory.
No. See my explanation above.
See above again.
Yes. Replacing the libraries you call within your code would be the main part of your migration.
This is quite broad. Yes, as there are some things that won't work exactly the same way between otel and jaeger. They are entirely different components, so you will need to rethink how your configuration is done. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I want to migrate from Jaeger to Open-telemetry.
So far on my k8s I have prometheus and jaeger operators used in my project at infrastructures level as side car.
and I am done with sample for use jaeger sdk in golang language.
I want to know, what's migration from Jaeger to Open-telemetry mean to me?
key=value
) if there is a UI, do we have any supporting?Any Others unlisted items?
ref to https://opentelemetry.io/docs/migration/opentracing/#migration-overview
I suppose item 1, 4 are needed. Not sure about 2/3/5
But, well...
Thanks and Regards
Sam
Beta Was this translation helpful? Give feedback.
All reactions