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

pcongiusti pushed a commit to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.14.x by this push:
     new 25e942e2b71 fix(docs): amend wrong parameter description
25e942e2b71 is described below

commit 25e942e2b71c155ededa50de2419afb6ad8fda81
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Sep 17 09:42:30 2025 +0200

    fix(docs): amend wrong parameter description
    
    Closes CAMEL-22422
---
 components/camel-opentelemetry2/src/main/docs/opentelemetry2.adoc | 4 +---
 components/camel-telemetry-dev/src/main/docs/telemetry-dev.adoc   | 4 +---
 components/camel-telemetry/src/main/docs/telemetry.adoc           | 4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/components/camel-opentelemetry2/src/main/docs/opentelemetry2.adoc 
b/components/camel-opentelemetry2/src/main/docs/opentelemetry2.adoc
index 2b5c27675b1..8026fddd874 100644
--- a/components/camel-opentelemetry2/src/main/docs/opentelemetry2.adoc
+++ b/components/camel-opentelemetry2/src/main/docs/opentelemetry2.adoc
@@ -20,9 +20,7 @@ The configuration properties for the OpenTelemetry2 tracer 
are:
 [width="100%",cols="10%,10%,80%",options="header",]
 |=======================================================================
 |Option |Default |Description
-|`excludePatterns` |  | Sets exclude pattern(s) that will disable tracing for 
Camel
-messages that matches the pattern. The content is a Set<String> where the key 
is a pattern. The pattern
-uses the rules from Intercept.
+|`excludePatterns` |  | Sets exclude pattern that will disable tracing for 
those spans that matches the pattern. The variable is a comma separated values 
of filters to execute (eg, `log*,direct*,setBody*`, ...)
 |`traceProcessors` | `false` | Setting this to true will create new 
OpenTelemetry Spans for each Camel Processors.
 Use the excludePattern property to filter out Processors
 |=======================================================================
diff --git a/components/camel-telemetry-dev/src/main/docs/telemetry-dev.adoc 
b/components/camel-telemetry-dev/src/main/docs/telemetry-dev.adoc
index 609646ad7f7..9224bb0cac2 100644
--- a/components/camel-telemetry-dev/src/main/docs/telemetry-dev.adoc
+++ b/components/camel-telemetry-dev/src/main/docs/telemetry-dev.adoc
@@ -27,9 +27,7 @@ The configuration properties for the Telemetry component are:
 |`camel.telemetryDev.enabled`| false | Turn the tracing on/off.
 |`camel.telemetryDev.traceFormat`| default | The format used to trace in the 
log (default, tree, json).
 |`camel.telemetryDev.traceProcessors`| false | Trace inner processors.
-|`camel.telemetryDev.excludePatterns` |  | Sets exclude pattern(s) that will 
disable tracing for Camel
-messages that matches the pattern. The content is a Set<String> where the key 
is a pattern. The pattern
-uses the rules from Intercept.
+|`camel.telemetryDev.excludePatterns` |  | Sets exclude pattern that will 
disable tracing for those spans that matches the pattern. The variable is a 
comma separated values of filters to execute (eg, `log*,direct*,setBody*`, ...)
 |=======================================================================
 
 == Tracing format
diff --git a/components/camel-telemetry/src/main/docs/telemetry.adoc 
b/components/camel-telemetry/src/main/docs/telemetry.adoc
index 29ea79ed42c..adfbd51b586 100644
--- a/components/camel-telemetry/src/main/docs/telemetry.adoc
+++ b/components/camel-telemetry/src/main/docs/telemetry.adoc
@@ -26,9 +26,7 @@ The configuration properties for the Telemetry component are:
 |=======================================================================
 |Option |Default |Description
 |`camel.component.telemetry.traceProcessors`| false | Trace inner processors.
-|`camel.component.telemetry.excludePatterns` |  | Sets exclude pattern(s) that 
will disable tracing for Camel
-messages that matches the pattern. The content is a Set<String> where the key 
is a pattern. The pattern
-uses the rules from Intercept.
+|`camel.component.telemetry.excludePatterns` |  | Sets exclude pattern that 
will disable tracing for those spans that matches the pattern. The variable is 
a comma separated values of filters to execute (eg, `log*,direct*,setBody*`, 
...)
 |=======================================================================
 
 == Tracing structure

Reply via email to