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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5f2da17e83f fix(docs): amend wrong parameter description
5f2da17e83f is described below

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

    fix(docs): amend wrong parameter description
    
    Closes CAMEL-22422
---
 .../src/main/docs/micrometer-observability.adoc                       | 4 +---
 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 +---
 4 files changed, 4 insertions(+), 12 deletions(-)

diff --git 
a/components/camel-micrometer-observability/src/main/docs/micrometer-observability.adoc
 
b/components/camel-micrometer-observability/src/main/docs/micrometer-observability.adoc
index 82bebf501dc..a3fde2f5d5b 100644
--- 
a/components/camel-micrometer-observability/src/main/docs/micrometer-observability.adoc
+++ 
b/components/camel-micrometer-observability/src/main/docs/micrometer-observability.adoc
@@ -28,9 +28,7 @@ The configuration properties for the component 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 spans for 
each Camel Processors.
 Use the excludePattern property to filter out Processors
 |=======================================================================
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 b8cecaa42da..908128ec569 100644
--- a/components/camel-telemetry/src/main/docs/telemetry.adoc
+++ b/components/camel-telemetry/src/main/docs/telemetry.adoc
@@ -27,9 +27,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