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.git


The following commit(s) were added to refs/heads/main by this push:
     new 2972709d957 CAMEL-19168: camel-micrometer-starter - Make it possible 
to capture static uri path as tag
2972709d957 is described below

commit 2972709d95797cdb3df02e166b6bc63eae74c415
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Mar 19 11:53:51 2023 +0100

    CAMEL-19168: camel-micrometer-starter - Make it possible to capture static 
uri path as tag
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc | 4 ++--
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc | 4 ++--
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
index ae1c7a24286..32927e389c3 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
@@ -12,8 +12,8 @@ The old behavior can be archived by setting 
`backlogTracingStandby=true`.
 
 === camel-micrometer-starter
 
-Camel no longer include `uri` as tag due to potential too many tags generated 
due to URI with dynamic values.
-This can be enabled again by setting `camel.metrics.uriTagEnabled=true`.
+The `uri` tags are now static instead of dynamic (by default), as potential 
too many tags generated due to URI with dynamic values.
+This can be enabled again by setting `camel.metrics.uriTagDynamic=true`.
 
 == Upgrading Camel 3.20.1 to 3.20.2
 
diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc
index 274bab7f21e..115b69793a1 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc
@@ -108,8 +108,8 @@ The deprecated option `componentName` was removed. Please 
use either `producerCo
 
 === camel-micrometer-starter
 
-Camel no longer include `uri` as tag due to potential too many tags generated 
due to URI with dynamic values.
-This can be enabled again by setting `camel.metrics.uriTagEnabled=true`.
+The `uri` tags are now static instead of dynamic (by default), as potential 
too many tags generated due to URI with dynamic values.
+This can be enabled again by setting `camel.metrics.uriTagDynamic=true`.
 
 === Deprecated Components
 
diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 58e67991231..485abb0cee0 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -167,5 +167,5 @@ the rest of the parameters including those defined into 
`HttpClientBuilder` and
 
 === camel-micrometer-starter
 
-Camel no longer include `uri` as tag due to potential too many tags generated 
due to URI with dynamic values.
-This can be enabled again by setting `camel.metrics.uriTagEnabled=true`.
+The `uri` tags are now static instead of dynamic (by default), as potential 
too many tags generated due to URI with dynamic values.
+This can be enabled again by setting `camel.metrics.uriTagDynamic=true`.

Reply via email to