From 853da70e147f36947fc9e4afb4147ebc0dd8a789 Mon Sep 17 00:00:00 2001
From: buildmaster 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.
Please refer to the Dalston Documentaion
+type Spans. The channel name to which the spans will be sent
+is called sleuth.
Please refer to the Dalston Documentaion on how to create a Stream Zipkin server. That approach has been deprecated in Edgware and removed in Finchley release.
A custom consumer can also easily be implemented using
spring-cloud-sleuth-stream and binding to the SleuthSink. Example:
@EnableBinding(SleuthSink.class) diff --git a/single/spring-cloud-sleuth.html b/single/spring-cloud-sleuth.html index 5061813bb..53ed5a616 100644 --- a/single/spring-cloud-sleuth.html +++ b/single/spring-cloud-sleuth.html @@ -577,7 +577,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.Please refer to the Dalston Documentaion +type
Spans. The channel name to which the spans will be sent +is calledsleuth.Please refer to the Dalston Documentaion on how to create a Stream Zipkin server. That approach has been deprecated in Edgware and removed in Finchley release.
A custom consumer can also easily be implemented using
spring-cloud-sleuth-streamand binding to theSleuthSink. Example:@EnableBinding(SleuthSink.class) diff --git a/spring-cloud-sleuth.xml b/spring-cloud-sleuth.xml index 331095167..70d92bcdb 100644 --- a/spring-cloud-sleuth.xml +++ b/spring-cloud-sleuth.xml @@ -1314,7 +1314,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 Please refer to the Dalston Documentaion