diff --git a/multi/multi__integrations.html b/multi/multi__integrations.html
index a93219cdf..967d42665 100644
--- a/multi/multi__integrations.html
+++ b/multi/multi__integrations.html
@@ -142,5 +142,6 @@ The following example shows how to set up such a custom Ex
It creates spans for publish and 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 instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information.
+Decorating the Spring Integration Executor Channel with TraceableExecutorService causes the spans to be improperly closed.
We instrument the RabbiTemplate so that tracing headers get injected
+into the message.
To block this feature, set spring.sleuth.messaging.enabled to false.