ammachado commented on code in PR #15163:
URL: https://github.com/apache/camel/pull/15163#discussion_r1719973922


##########
core/camel-api/src/main/java/org/apache/camel/Exchange.java:
##########
@@ -67,6 +67,7 @@
 @ConstantProvider("org.apache.camel.ExchangeConstantProvider")
 public interface Exchange extends VariableAware {
 
+    String ACTIVE_SPAN = "OpenTracing.activeSpan";

Review Comment:
   This was copied from `camel-trace`, but I agree that it should be renamed.



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