mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish HTTP client metrics documentation wording
See gh-25353
This commit is contained in:
committed by
Stephane Nicoll
parent
90fb65d4ea
commit
bd2a890899
+1
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user