jamesnetherton opened a new issue, #7964:
URL: https://github.com/apache/camel-quarkus/issues/7964

   ### Bug description
   
   Adding configuration like the following currently has no effect:
   
   ```
   quarkus.camel.opentelemetry2.trace-processors=true
   ```
   
   The problem is that the route processor reifiers run before the tracer 
interceptor strategy is configured. So none of the route processors ever get 
traced. 
   
   We need to eagerly initialize the OpenTelemetryTracer bean before routes etc 
are configured.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to