Tracing apache camel route with Jaeger

8/22/2019

I have developed a camel route with Spring boot. Now I want to trace the route using jaeger. I tried this example to trace the route using camel-opentracing component, but I am unable to get the traces to jaeger.

I can only see it in the console. One thing i am not clear is where to add the jaeger url? Any working example will be helpful.

-- Debdeep Das
apache-camel
jaeger
kubernetes
opentracing

1 Answer

8/27/2019

What I eventually did is create a JaegerTraces and annotated with Bean

-- Debdeep Das
Source: StackOverflow