Merge pull request #25353 from shakuzen

* pr/25353:
  Polish HTTP client metrics documentation wording

Closes gh-25353
This commit is contained in:
Stephane Nicoll 2021-02-19 12:49:19 +01:00
commit c867b2c293
1 changed files with 1 additions and 1 deletions

View File

@ -2019,7 +2019,7 @@ To customize the tags, provide a `@Bean` that implements `JerseyTagsProvider`.
[[production-ready-metrics-http-clients]]
==== HTTP Client Metrics
Spring Boot Actuator manages the instrumentation of both `RestTemplate` and `WebClient`.
For that, you have to get injected with an auto-configured builder and use it to create instances:
For that, you have to inject the auto-configured builder and use it to create instances:
* `RestTemplateBuilder` for `RestTemplate`
* `WebClient.Builder` for `WebClient`