Skip to content

Commit 72e9ea9

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-41192
2 parents b593734 + 013a4dd commit 72e9ea9

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/tracing.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ It's also worth mentioning that configprop:logging.pattern.correlation[] contain
9898
[[actuator.micrometer-tracing.propagating-traces]]
9999
== Propagating Traces
100100

101-
To automatically propagate traces over the network, use the auto-configured xref:io/rest-client.adoc#io.rest-client.resttemplate[`RestTemplateBuilder`] or xref:io/rest-client.adoc#io.rest-client.webclient[`WebClient.Builder`] to construct the client.
101+
To automatically propagate traces over the network, use the auto-configured xref:io/rest-client.adoc#io.rest-client.resttemplate[`RestTemplateBuilder`], xref:io/rest-client.adoc#io.rest-client.restclient[`RestClient.Builder`] or xref:io/rest-client.adoc#io.rest-client.webclient[`WebClient.Builder`] to construct the client.
102102

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

105105

106106

0 commit comments

Comments
 (0)