<groupId>io.zipkin.java</groupId>
+<artifactId>zipkin-autoconfigure-ui</artifactId>
+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.
spring.sleuth.zuul.enabled property