This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 3200af3  revert CAMEL-15710 (#4747)
3200af3 is described below

commit 3200af340fd742f4c025afda5a6778e8cc072b06
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Dec 10 08:51:38 2020 +0100

    revert CAMEL-15710 (#4747)
---
 .../resources/org/apache/camel/catalog/docs/opentracing.adoc         | 5 +++++
 docs/components/modules/others/pages/opentracing.adoc                | 5 +++++
 2 files changed, 10 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/opentracing.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/opentracing.adoc
index 9d659ea..8336d12 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/opentracing.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/opentracing.adoc
@@ -30,6 +30,11 @@ messages that matches the pattern. The content is a 
Set<String> where the key is
 uses the rules from Intercept.
 |encoding |false| Sets whether the header keys need to be encoded (connector 
specific) or not. The value is a boolean.
 Dashes need for instances to be encoded for JMS property keys.
+|setTracingStrategy | NoopTracingStrategy | Allows a custom Camel 
`InterceptStrategy` to be provided in order to
+augment the default Spans with data from each processor in a route. 
`OpenTracingTracingStrategy` will create spans for each
+processor, except for Camel log and OpenTracing processors, and activate a 
Scope in order to enable third-party instrumentation
+in processors through the default ScopeManager. Processor spans can be 
excluded through the exludePatterns set, these
+will be matched using the processor's ID.
 
 |=======================================================================
 
diff --git a/docs/components/modules/others/pages/opentracing.adoc 
b/docs/components/modules/others/pages/opentracing.adoc
index 0b87fa5..7061622 100644
--- a/docs/components/modules/others/pages/opentracing.adoc
+++ b/docs/components/modules/others/pages/opentracing.adoc
@@ -32,6 +32,11 @@ messages that matches the pattern. The content is a 
Set<String> where the key is
 uses the rules from Intercept.
 |encoding |false| Sets whether the header keys need to be encoded (connector 
specific) or not. The value is a boolean.
 Dashes need for instances to be encoded for JMS property keys.
+|setTracingStrategy | NoopTracingStrategy | Allows a custom Camel 
`InterceptStrategy` to be provided in order to
+augment the default Spans with data from each processor in a route. 
`OpenTracingTracingStrategy` will create spans for each
+processor, except for Camel log and OpenTracing processors, and activate a 
Scope in order to enable third-party instrumentation
+in processors through the default ScopeManager. Processor spans can be 
excluded through the exludePatterns set, these
+will be matched using the processor's ID.
 
 |=======================================================================
 

Reply via email to