Merge branch '1.3.x'

This commit is contained in:
Marcin Grzejszczak
2018-03-11 09:58:21 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ could set `logging.level.org.springframework.web.servlet.DispatcherServlet=DEBUG
NOTE: Set `spring.application.name=myService` (for instance) to see the service name as well as the trace and span IDs.
IMPORTANT: If using Zipkin, configure the percentage of spans exported using `spring.sleuth.sampler.percentage`
(default 0.1, i.e. 10%). *Otherwise you might think that Sleuth is not working cause it's omitting some spans.*
:branch: master
== Introduction

View File

@@ -40,6 +40,9 @@ could set `logging.level.org.springframework.web.servlet.DispatcherServlet=DEBUG
NOTE: Set `spring.application.name=myService` (for instance) to see the service name as well as the trace and span IDs.
IMPORTANT: If using Zipkin, configure the percentage of spans exported using `spring.sleuth.sampler.percentage`
(default 0.1, i.e. 10%). *Otherwise you might think that Sleuth is not working cause it's omitting some spans.*
include::intro.adoc[]
include::features.adoc[]