Added one more entry about sampling

This commit is contained in:
Marcin Grzejszczak
2018-03-11 09:56:49 +01:00
parent be9ee587ac
commit 3e77213a82
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=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

View File

@@ -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[]