Skip to content

Commit 013a4dd

Browse files
committed
Document tracing support for RestClient
Closes gh-41182
1 parent e9eeac9 commit 013a4dd

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/tracing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ It's also worth mentioning that configprop:logging.pattern.correlation[] contain
9393

9494
[[actuator.micrometer-tracing.propagating-traces]]
9595
=== Propagating Traces
96-
To automatically propagate traces over the network, use the auto-configured <<io#io.rest-client.resttemplate, `RestTemplateBuilder`>> or <<io#io.rest-client.webclient, `WebClient.Builder`>> to construct the client.
96+
To automatically propagate traces over the network, use the auto-configured <<io#io.rest-client.resttemplate, `RestTemplateBuilder`>>, <<io#io.rest-client.restclient, `RestClient.Builder`>> or <<io#io.rest-client.webclient, `WebClient.Builder`>> to construct the client.
9797

98-
WARNING: If you create the `WebClient` or the `RestTemplate` without using the auto-configured builders, automatic trace propagation won't work!
98+
WARNING: If you create the `RestTemplate`, the `RestClient` or the `WebClient` without using the auto-configured builders, automatic trace propagation won't work!
9999

100100

101101

0 commit comments

Comments
 (0)