Updated Zipkin UI docs

fixes #375
This commit is contained in:
Marcin Grzejszczak
2016-08-16 14:04:32 +02:00
parent bbfa85eb9f
commit 74c8e50e7a

View File

@@ -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]
----
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-autoconfigure-ui</artifactId>
----
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