diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 6bf7bc20d..6b176574f 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -2237,6 +2237,19 @@ in Spring Cloud Sleuth 1.1 we will remove the support for the deprecated headers provide the names of channels that you want to include for tracing. By default all channels are included.

+
+ + + + + +
+
Important
+
+When using the Executor to build a Spring Integration IntegrationFlow remember to use the untraced version of the Executor. +Decorating Spring Integration Executor Channel with TraceableExecutorService will cause the spans to be improperly closed. +
+

Zuul

@@ -2268,7 +2281,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property