From 73a6554bef345df9152831e48cc06868a15d495d Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Tue, 6 Mar 2018 19:24:33 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
multi/multi__integrations.html | 3 ++-
multi/multi_spring-cloud-sleuth.html | 2 +-
single/spring-cloud-sleuth.html | 5 +++--
spring-cloud-sleuth.xml | 6 ++++++
4 files changed, 12 insertions(+), 4 deletions(-)
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]](images/important.png) | Important |
|---|
When using the Executor to build a Spring Integration IntegrationFlow, you must use the untraced version of the Executor.
-Decorating the Spring Integration Executor Channel with TraceableExecutorService causes the spans to be improperly closed. |
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.
We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information.
To disable Zuul support, set the spring.sleuth.zuul.enabled property to false.