Updated docs with Zipkin URL

fixes #416
This commit is contained in:
Marcin Grzejszczak
2016-10-04 10:48:10 +02:00
parent 67a78461eb
commit d2ef10df43

View File

@@ -44,7 +44,7 @@ Spring Cloud Sleuth features:
* Instruments common ingress and egress points from Spring applications (servlet filter, rest template, scheduled actions, message channels, zuul filters, feign client).
* If `spring-cloud-sleuth-zipkin` is available then the app will generate and collect Zipkin-compatible traces via HTTP. By default it sends them to a Zipkin collector service on localhost (port 9411). Configure the location of the service using `spring.zipkin.[host,port]`.
* If `spring-cloud-sleuth-zipkin` is available then the app will generate and collect Zipkin-compatible traces via HTTP. By default it sends them to a Zipkin collector service on localhost (port 9411). Configure the location of the service using `spring.zipkin.baseUrl`.
<span id="quick-start"></span>