From 7ec9a9676480c97be7ee67e741dea214c63a058c Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 29 Jul 2016 12:54:21 +0200 Subject: [PATCH] Adding info about messaging and executors fixes #351 --- docs/src/main/asciidoc/spring-cloud-sleuth.adoc | 3 +++ 1 file changed, 3 insertions(+) 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).