Added a note for probability
This commit is contained in:
@@ -87,6 +87,11 @@ there.
|
||||
could set
|
||||
`logging.level.org.springframework.web.servlet.DispatcherServlet=DEBUG`
|
||||
|
||||
> NOTE: If you use Zipkin, configure the probability of spans exported by
|
||||
setting (for `2.0.x`) `spring.sleuth.sampler.probability` or
|
||||
(up till `2.0.x`)`spring.sleuth.sampler.percentage` (default: 0.1, which is 10 percent).
|
||||
Otherwise, you might think that Sleuth is not working be cause it omits some spans.
|
||||
|
||||
> NOTE: Set `spring.application.name=bar` (for instance) to see the
|
||||
service name as well as the trace and span ids.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user