Fix documentation build

See gh-32518
This commit is contained in:
Brian Clozel 2022-09-30 12:18:41 +02:00
parent ceb1e5d223
commit 7f7ecdc7ac
1 changed files with 0 additions and 2 deletions

View File

@ -892,8 +892,6 @@ By default, metrics generated by an instrumented client are tagged with the foll
To customize the tags, and depending on your choice of client, you can provide a `@Bean` that implements `RestTemplateExchangeTagsProvider` or `WebClientExchangeTagsProvider`.
There are convenience static functions in `RestTemplateExchangeTags` and `WebClientExchangeTags`.
If you do not want to record metrics for all `RestTemplate` and `WebClient` requests, set configprop:management.metrics.web.client.request.autotime.enabled[] to `false`.
[[actuator.metrics.supported.tomcat]]