From 4e8be65dd51da6ef04352ebf9f97b7826009cd36 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 18 Dec 2017 16:51:55 +0100 Subject: [PATCH] Updated the docs with default sleuth spans channel name; fixes #803 --- docs/src/main/asciidoc/spring-cloud-sleuth.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc index 992166fdd..7d002f5b3 100644 --- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc +++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc @@ -508,7 +508,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`. +type `Spans`. The channel name to which the spans will be sent +is called `sleuth`. === Zipkin Consumer