spring.zipkin.baseUrl: http://192.168.99.100:9411/
+diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 076422bd0..e4b6f3ccd 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -495,6 +495,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
By default if you add spring-cloud-starter-zipkin as a dependency to your project,
+when the span is closed, it will be sent to Zipkin over HTTP. The communication
+is asynchronous. You can configure the URL by setting the spring.zipkin.baseUrl
+property as follows:
spring.zipkin.baseUrl: http://192.168.99.100:9411/
+If you want to find Zipkin via service discovery it’s enough to pass the
+Zipkin’s service id inside the URL (example for zipkinserver service id)
spring.zipkin.baseUrl: http://zipkinserver/
+