diff --git a/1.2.x/multi/multi__span_data_as_messages.html b/1.2.x/multi/multi__span_data_as_messages.html
index 378f06aed..f50085811 100644
--- a/1.2.x/multi/multi__span_data_as_messages.html
+++ b/1.2.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.2.x/single/spring-cloud-sleuth.html b/1.2.x/single/spring-cloud-sleuth.html index 0d988c56f..62f7689aa 100644 --- a/1.2.x/single/spring-cloud-sleuth.html +++ b/1.2.x/single/spring-cloud-sleuth.html @@ -618,7 +618,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.2.x/spring-cloud-sleuth.xml b/1.2.x/spring-cloud-sleuth.xml index 6be2f3b43..7104162cb 100644 --- a/1.2.x/spring-cloud-sleuth.xml +++ b/1.2.x/spring-cloud-sleuth.xml @@ -1383,7 +1383,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