Browse Source

Merge branch '3.2.x' into 3.3.x

Closes gh-41192
pull/41251/head
Moritz Halbritter 2 years ago
parent
commit
72e9ea986b
  1. 4
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/tracing.adoc

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

@ -98,9 +98,9 @@ It's also worth mentioning that configprop:logging.pattern.correlation[] contain @@ -98,9 +98,9 @@ It's also worth mentioning that configprop:logging.pattern.correlation[] contain
[[actuator.micrometer-tracing.propagating-traces]]
== Propagating Traces
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.
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.
WARNING: If you create the `WebClient` or the `RestTemplate` without using the auto-configured builders, automatic trace propagation won't work!
WARNING: If you create the `RestTemplate`, the `RestClient` or the `WebClient` without using the auto-configured builders, automatic trace propagation won't work!

Loading…
Cancel
Save