diff --git a/1.3.x/multi/multi__span_data_as_messages.html b/1.3.x/multi/multi__span_data_as_messages.html
index fb71c68c4..e2be459fc 100644
--- a/1.3.x/multi/multi__span_data_as_messages.html
+++ b/1.3.x/multi/multi__span_data_as_messages.html
@@ -7,7 +7,8 @@ adding a Channel Binder implementation
(e.g. spring-cloud-starter-stream-rabbit for RabbitMQ or
spring-cloud-starter-stream-kafka for Kafka). This will
automatically turn your app into a producer of messages with payload
-type Spans.
There is a special convenience annotation for setting up a message consumer
+type Spans. The channel name to which the spans will be sent
+is called sleuth.
There is a special convenience annotation for setting up a message consumer
for the Span data and pushing it into a Zipkin SpanStore. This application
@SpringBootApplication @EnableZipkinStreamServer public class Consumer { diff --git a/1.3.x/single/spring-cloud-sleuth.html b/1.3.x/single/spring-cloud-sleuth.html index fcf0d4c39..e15a1cceb 100644 --- a/1.3.x/single/spring-cloud-sleuth.html +++ b/1.3.x/single/spring-cloud-sleuth.html @@ -574,7 +574,8 @@ adding a Channel Binder implementation (e.g.spring-cloud-starter-stream-rabbitfor RabbitMQ orspring-cloud-starter-stream-kafkafor Kafka). This will automatically turn your app into a producer of messages with payload -typeSpans.There is a special convenience annotation for setting up a message consumer +type
Spans. The channel name to which the spans will be sent +is calledsleuth.There is a special convenience annotation for setting up a message consumer for the Span data and pushing it into a Zipkin
SpanStore. This application@SpringBootApplication @EnableZipkinStreamServer public class Consumer { diff --git a/1.3.x/spring-cloud-sleuth.xml b/1.3.x/spring-cloud-sleuth.xml index 8cfd619c2..2b8ebde5a 100644 --- a/1.3.x/spring-cloud-sleuth.xml +++ b/1.3.x/spring-cloud-sleuth.xml @@ -1308,7 +1308,8 @@ adding a Channel Binder implementation (e.g.spring-cloud-starter-stream-rabbit for RabbitMQ orspring-cloud-starter-stream-kafka for Kafka). This will automatically turn your app into a producer of messages with payload -typeSpans . +typeSpans . The channel name to which the spans will be sent +is calledsleuth .Zipkin Consumer There is a special convenience annotation for setting up a message consumer