You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/04/01 16:13:44 UTC

[GitHub] [camel-k-runtime] nicolaferraro opened a new issue #289: Add an opentracing capability

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:
users@infra.apache.org


With regards,
Apache Git Services