From 84499d3c97846c7191a70fc92876f09c1ce12a77 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 18 Dec 2017 15:57:25 +0000 Subject: [PATCH] Sync docs from 1.3.x to gh-pages --- 1.3.x/multi/multi__span_data_as_messages.html | 3 ++- 1.3.x/single/spring-cloud-sleuth.html | 3 ++- 1.3.x/spring-cloud-sleuth.xml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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.

11.1 Zipkin Consumer

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.

11.1 Zipkin Consumer

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

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.

11.1 Zipkin Consumer

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 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 There is a special convenience annotation for setting up a message consumer