diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc index d76784433..0164f6e6a 100644 --- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc +++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc @@ -532,6 +532,9 @@ You can provide the `spring.sleuth.integration.patterns` pattern to explicitly 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 We're registering Zuul filters to propagate the tracing information (the request header is enriched with tracing data).