jam01 commented on pull request #4747: URL: https://github.com/apache/camel/pull/4747#issuecomment-742797965
Hey @orange-buffalo we have this in our `@SpringBootApplication` ``` @Bean public Tracer tracer() { OpenTracingTracer answer = new OpenTracingTracer(); answer.setTracer(io.jaegertracing.Configuration.fromEnv().getTracer()); answer.setTracingStrategy(new OpenTracingTracingStrategy(answer)); return answer; } ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org