From 74c8e50e7aafef8a1b1941c8c0dc8dba6547607a Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 16 Aug 2016 14:04:32 +0200 Subject: [PATCH] Updated Zipkin UI docs fixes #375 --- docs/src/main/asciidoc/spring-cloud-sleuth.adoc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc index ebecd1151..2936d8c1c 100644 --- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc +++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc @@ -293,10 +293,19 @@ include::../../../../spring-cloud-sleuth-zipkin-stream/src/test/java/org/springf 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 -https://github.com/openzipkin/zipkin-java[Zipkin server], which hosts +starters exist for Redis and Kafka). If you add the following UI dependency + +[source,xml] +---- +io.zipkin.java +zipkin-autoconfigure-ui +---- + +Then you'll have your app a +https://github.com/openzipkin/zipkin[Zipkin server], which hosts the UI and api on port 9411. + The default `SpanStore` is in-memory (good for demos and getting started quickly). For a more robust solution you can add MySQL and `spring-boot-starter-jdbc` to your classpath and enable the JDBC