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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new bc54b8e5c9c Polished
bc54b8e5c9c is described below

commit bc54b8e5c9cfb25edd478ec8c747a8da302d8eda
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 30 09:54:40 2025 +0100

    Polished
---
 .../camel-micrometer-starter/src/main/docs/micrometer.json              | 2 +-
 .../micrometer/springboot/metrics/CamelMetricsConfiguration.java        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components-starter/camel-micrometer-starter/src/main/docs/micrometer.json 
b/components-starter/camel-micrometer-starter/src/main/docs/micrometer.json
index 7b7f0164e6b..f99c60c9d06 100644
--- a/components-starter/camel-micrometer-starter/src/main/docs/micrometer.json
+++ b/components-starter/camel-micrometer-starter/src/main/docs/micrometer.json
@@ -107,7 +107,7 @@
     {
       "name": "camel.metrics.uri-tag-dynamic",
       "type": "java.lang.Boolean",
-      "description": "Whether to use static or dynamic values for URI tags in 
captured metrics. When using dynamic tags, then a REST service with base URL: 
\/users\/{id} will capture metrics with uri tag with the actual dynamic value 
such as: \/users\/123. However, this can lead to many tags as the URI is 
dynamic, so use this with care.",
+      "description": "Whether to use static or dynamic values for HTTP uri 
tags in captured metrics. When using dynamic tags, then a REST service with 
base URL: \/users\/{id} will capture metrics with uri tag with the actual 
dynamic value such as: \/users\/123. However, this can lead to many tags as the 
URI is dynamic, so use this with care.",
       "sourceType": 
"org.apache.camel.component.micrometer.springboot.metrics.CamelMetricsConfiguration",
       "defaultValue": false
     },
diff --git 
a/components-starter/camel-micrometer-starter/src/main/java/org/apache/camel/component/micrometer/springboot/metrics/CamelMetricsConfiguration.java
 
b/components-starter/camel-micrometer-starter/src/main/java/org/apache/camel/component/micrometer/springboot/metrics/CamelMetricsConfiguration.java
index 7d37b6f7576..5b3fb2a2c62 100644
--- 
a/components-starter/camel-micrometer-starter/src/main/java/org/apache/camel/component/micrometer/springboot/metrics/CamelMetricsConfiguration.java
+++ 
b/components-starter/camel-micrometer-starter/src/main/java/org/apache/camel/component/micrometer/springboot/metrics/CamelMetricsConfiguration.java
@@ -29,7 +29,7 @@ public class CamelMetricsConfiguration {
     private boolean uriTagEnabled = true;
 
     /**
-     * Whether to use static or dynamic values for URI tags in captured 
metrics.
+     * Whether to use static or dynamic values for HTTP uri tags in captured 
metrics.
      *
      * When using dynamic tags, then a REST service with base URL: /users/{id} 
will capture metrics with uri tag with
      * the actual dynamic value such as: /users/123. However, this can lead to 
many tags as the URI is dynamic, so use

Reply via email to