From 853da70e147f36947fc9e4afb4147ebc0dd8a789 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 18 Dec 2017 15:58:05 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi__span_data_as_messages.html | 3 ++- single/spring-cloud-sleuth.html | 3 ++- spring-cloud-sleuth.xml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/multi/multi__span_data_as_messages.html b/multi/multi__span_data_as_messages.html index 96915d979..0abcf862d 100644 --- a/multi/multi__span_data_as_messages.html +++ b/multi/multi__span_data_as_messages.html @@ -10,7 +10,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.

11.1 Zipkin Consumer

Please refer to the Dalston Documentaion +type Spans. The channel name to which the spans will be sent +is called sleuth.

11.1 Zipkin Consumer

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.

11.2 Custom Consumer

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-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.

11.1 Zipkin Consumer

Please refer to the Dalston Documentaion +type Spans. The channel name to which the spans will be sent +is called sleuth.

11.1 Zipkin Consumer

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.

11.2 Custom Consumer

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/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 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 Please refer to the Dalston Documentaion