From 859b0e63847b3ac91e839e66c98ca7a2e9afc201 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 16 Aug 2016 14:07:45 +0200 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index d2c6daa21..0320d23ce 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -1841,8 +1841,17 @@ public class Consumer {

will listen for the Span data on whatever transport you provide via a Spring Cloud Stream Binder (e.g. include spring-cloud-starter-stream-rabbit for RabbitMQ, and similar -starters exist for Redis and Kafka). The app will also be a -Zipkin server, which hosts +starters exist for Redis and Kafka). If you add the following UI dependency

+ +
+
+
<groupId>io.zipkin.java</groupId>
+<artifactId>zipkin-autoconfigure-ui</artifactId>
+
+
+
+

Then you’ll have your app a +Zipkin server, which hosts the UI and api on port 9411.

@@ -2297,7 +2306,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property