Skip to content

Commit c867b2c

Browse files
committed
Merge pull request #25353 from shakuzen
* pr/25353: Polish HTTP client metrics documentation wording Closes gh-25353
2 parents 90fb65d + bd2a890 commit c867b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ To customize the tags, provide a `@Bean` that implements `JerseyTagsProvider`.
20192019
[[production-ready-metrics-http-clients]]
20202020
==== HTTP Client Metrics
20212021
Spring Boot Actuator manages the instrumentation of both `RestTemplate` and `WebClient`.
2022-
For that, you have to get injected with an auto-configured builder and use it to create instances:
2022+
For that, you have to inject the auto-configured builder and use it to create instances:
20232023

20242024
* `RestTemplateBuilder` for `RestTemplate`
20252025
* `WebClient.Builder` for `WebClient`

0 commit comments

Comments
 (0)