From 013a4dd2b75684f93372a517eb3d08864f04b94f Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 21 Jun 2024 10:52:13 +0200 Subject: [PATCH] Document tracing support for RestClient Closes gh-41182 --- .../spring-boot-docs/src/docs/asciidoc/actuator/tracing.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/tracing.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/tracing.adoc index e4e9189b246..659e150cdfa 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/tracing.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/tracing.adoc @@ -93,9 +93,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 <> or <> to construct the client. +To automatically propagate traces over the network, use the auto-configured <>, <> or <> 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!