diff --git a/multi/multi__integrations.html b/multi/multi__integrations.html index 8908679ed..a93219cdf 100644 --- a/multi/multi__integrations.html +++ b/multi/multi__integrations.html @@ -104,7 +104,7 @@ Traverson traverson = // use Traverson
We instrument the HttpClientBuilder and HttpAsyncClientBuilder so that
tracing context gets injected to the sent requests.
To block these features, set spring.sleuth.web.client.enabled to false.
We instrument the Netty’s HttpClient.
To block this feature, set spring.sleuth.web.client.enabled to false.
![]() | Important |
|---|---|
You have to register |
By default, Spring Cloud Sleuth provides integration with Feign through TraceFeignClientAutoConfiguration.
+If you create a HttpClient instance with a new keyword, the instrumentation does NOT work.
We instrument the Spring Security’s UserInfoRestTemplateCustomizer.
To block this feature, set spring.sleuth.web.client.enabled to false.
By default, Spring Cloud Sleuth provides integration with Feign through TraceFeignClientAutoConfiguration.
You can disable it entirely by setting spring.sleuth.feign.enabled to false.
If you do so, no Feign-related instrumentation take place.
Part of Feign instrumentation is done through a FeignBeanPostProcessor.
You can disable it by setting spring.sleuth.feign.processor.enabled to false.
diff --git a/multi/multi_spring-cloud-sleuth.html b/multi/multi_spring-cloud-sleuth.html
index 2cf80d8fa..8d1b95b81 100644
--- a/multi/multi_spring-cloud-sleuth.html
+++ b/multi/multi_spring-cloud-sleuth.html
@@ -1,3 +1,3 @@
Table of Contents
Table of Contents