Added one more entry about sampling
This commit is contained in:
@@ -42,6 +42,9 @@ could set `logging.level.org.springframework.web.servlet.DispatcherServlet=DEBUG
|
||||
NOTE: Set `spring.application.name=bar` (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
|
||||
|
||||
@@ -40,6 +40,9 @@ could set `logging.level.org.springframework.web.servlet.DispatcherServlet=DEBUG
|
||||
NOTE: Set `spring.application.name=bar` (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[]
|
||||
|
||||
Reference in New Issue
Block a user