Skip to content

Commit

Permalink
Merge branch '2.3.x'
Browse files Browse the repository at this point in the history
Closes gh-21915
  • Loading branch information
snicoll committed Jun 15, 2020
2 parents 9eb251a + 676cd10 commit 631a5dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
|===

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


Expand Down Expand Up @@ -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}`)
|===

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


Expand Down

0 comments on commit 631a5dd

Please sign in to comment.