Adding info about messaging and executors

fixes #351
This commit is contained in:
Marcin Grzejszczak
2016-07-29 12:54:21 +02:00
parent ea57bb3088
commit 7ec9a96764

View File

@@ -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).