Commit bd2a8908 authored by Tommy Ludwig's avatar Tommy Ludwig Committed by Stephane Nicoll

Polish HTTP client metrics documentation wording

See gh-25353
parent 90fb65d4
...@@ -2019,7 +2019,7 @@ To customize the tags, provide a `@Bean` that implements `JerseyTagsProvider`. ...@@ -2019,7 +2019,7 @@ To customize the tags, provide a `@Bean` that implements `JerseyTagsProvider`.
[[production-ready-metrics-http-clients]] [[production-ready-metrics-http-clients]]
==== HTTP Client Metrics ==== HTTP Client Metrics
Spring Boot Actuator manages the instrumentation of both `RestTemplate` and `WebClient`. 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` * `RestTemplateBuilder` for `RestTemplate`
* `WebClient.Builder` for `WebClient` * `WebClient.Builder` for `WebClient`
......
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