orpiske commented on code in PR #15163: URL: https://github.com/apache/camel/pull/15163#discussion_r1719277214
########## 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: qq: this is not following the pattern we use. Is there a reason for that? -- 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