diff --git a/multi/multi__integrations.html b/multi/multi__integrations.html index 6ecc82643..8908679ed 100644 --- a/multi/multi__integrations.html +++ b/multi/multi__integrations.html @@ -103,7 +103,8 @@ shows how to do that:
new Traverson(URI.create("http://some/address"), MediaType.APPLICATION_JSON, MediaType.APPLICATION_JSON_UTF8).setRestOperations(restTemplate); // 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.
By default, Spring Cloud Sleuth provides integration with Feign through TraceFeignClientAutoConfiguration.
+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.
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 7f4ba3e3b..2cf80d8fa 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