jamesnetherton commented on code in PR #6130:
URL: https://github.com/apache/camel-quarkus/pull/6130#discussion_r1618249597


##########
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java:
##########
@@ -406,4 +412,96 @@ public static class EventBridgeConfig {
         @ConfigItem(defaultValue = "true")
         public boolean enabled;
     }
+
+    @ConfigGroup
+    public static class TraceConfig {
+
+        /**
+         * Enables tracer in your Camel application.
+         */
+        @ConfigItem(defaultValue = "false")
+        public boolean enabled;
+
+        /**
+         * To set the tracer in standby mode, where the tracer will be 
installed by not automatic enabled. The tracer can
+         * then later be enabled explicit from Java, JMX or tooling.

Review Comment:
   ```suggestion
            * To set the tracer in standby mode, where the tracer will be 
installed, but not automatically enabled. The tracer can
            * then be enabled explicitly later from Java, JMX or tooling.
   ```



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to