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.
What I eventually did is create a JaegerTraces and annotated with Bean