diff --git a/multi/multi__integrations.html b/multi/multi__integrations.html
index b95972eed..8635dd62b 100644
--- a/multi/multi__integrations.html
+++ b/multi/multi__integrations.html
@@ -138,5 +138,5 @@ can see an example of how to set up such a custom Executor
subscribe events. To disable Spring Integration instrumentation, set spring.sleuth.integration.enabled to false.
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 |
We’re registering Zuul filters to propagate the tracing information (the request header is enriched with tracing data).
+Decorating Spring Integration Executor Channel with TraceableExecutorService will cause the spans to be improperly closed.