Commit 631a5ddd authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.3.x'

Closes gh-21915
parents 9eb251a8 676cd10d
...@@ -1879,7 +1879,7 @@ By default, Spring MVC-related metrics are tagged with the following information ...@@ -1879,7 +1879,7 @@ By default, Spring MVC-related metrics are tagged with the following information
| Request's URI template prior to variable substitution, if possible (for example, `/api/person/\{id}`) | Request's URI template prior to variable substitution, if possible (for example, `/api/person/\{id}`)
|=== |===
To add to the default tags, provide one or more `@Bean`s that implement `WebMvcTagsContributor`. To add to the default tags, provide one or more ``@Bean``s that implement `WebMvcTagsContributor`.
To replace the default tags, provide a `@Bean` that implements `WebMvcTagsProvider`. To replace the default tags, provide a `@Bean` that implements `WebMvcTagsProvider`.
...@@ -1913,7 +1913,7 @@ By default, WebFlux-related metrics are tagged with the following information: ...@@ -1913,7 +1913,7 @@ By default, WebFlux-related metrics are tagged with the following information:
| Request's URI template prior to variable substitution, if possible (for example, `/api/person/\{id}`) | Request's URI template prior to variable substitution, if possible (for example, `/api/person/\{id}`)
|=== |===
To add to the default tags, provide one or more `@Bean`s that implement `WebFluxTagsContributor`. To add to the default tags, provide one or more ``@Bean``s that implement `WebFluxTagsContributor`.
To replace the default tags, provide a `@Bean` that implements `WebFluxTagsProvider`. To replace the default tags, provide a `@Bean` that implements `WebFluxTagsProvider`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment