nicolaferraro opened a new issue #289: Add an opentracing capability URL: https://github.com/apache/camel-k-runtime/issues/289 It's currently possible to configure opentracing via quarkus using instructions from https://camel.apache.org/camel-quarkus/latest/extensions/opentracing.html#_usage. Running the integration with command: ``` kamel run Example.java -t quarkus.enabled=true -d mvn:org.apache.camel.quarkus:camel-quarkus-opentracing --property-file application.properties ``` But it uses quarkus properties and the same feature is not available in plain main. I wonder if this is a case for adding a capability. I don't know also if we can uniform those properties between environments.
---------------------------------------------------------------- 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 With regards, Apache Git Services