Using jaeger-all-in-one for Distributed Tracing and SPM through OTLP #4580
-
Hello, I want to learn how to use Jaeger for observability in a new project and maybe there is an obvious answer to my question, but I have little understanding of all components yet. What I want to do is user the jaeger-all-in-one docker image to collect trace information from my apps AND visualize SPM. Its my understanding that jaeger-all-in-one is the easiest way to collect and visualize traces. I can supposedly us the Tracing API of the Open Telemetry SDK to send data to the jaeger-all-in-one:jaeger-collector. I am unclear how I can use jaeger-all-in-one for SPM. Reading https://www.jaegertracing.io/docs/1.47/spm/ I get the impression that I need a separate Open Telemetry Collector service that is used by Jaeger Query? So my question is basically. What do I need to have distributed tracing + SPM? Can i use the jaeger-all-in-one docker image or do I need "more stuff"? thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
SPM does not work with just all-in-one, it requires OTEL Collector with an extension that generates the metrics from spans. |
Beta Was this translation helpful? Give feedback.
there is an example in https://github.com/jaegertracing/jaeger/blob/main/docker-compose/monitor/