Skip to content

Commit

Permalink
CAMEL-19168: camel-micrometer-starter - Make it possible to capture s…
Browse files Browse the repository at this point in the history
…tatic uri path as tag
  • Loading branch information
davsclaus committed Mar 19, 2023
1 parent a1c585e commit 2972709
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 2972709

Please sign in to comment.