From 1e33d6e76e0121bfd8903e40f39a88d12f40171c Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 6 Mar 2018 14:17:03 -0500 Subject: [PATCH] Added docs about rabbit; fixes gh-883 --- docs/src/main/asciidoc/spring-cloud-sleuth.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc index a3c39db10..84b8ca2b3 100644 --- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc +++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc @@ -1115,6 +1115,13 @@ By default, all channels are included. 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. +==== Spring RabbitMq + +We instrument the `RabbiTemplate` so that tracing headers get injected +into the message. + +To block this feature, set `spring.sleuth.messaging.enabled` to `false`. + === Zuul We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information.