From 8d944b0c1a775169c6c26ca997cb387a0279a13c Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 25 Sep 2019 12:34:39 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/sagan-boot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/html/sagan-boot.html b/reference/html/sagan-boot.html index 3c466d983..1d23971da 100644 --- a/reference/html/sagan-boot.html +++ b/reference/html/sagan-boot.html @@ -192,7 +192,7 @@ instead of logging the request in the handler explicitly, you could set lo -If you use Zipkin (up till 2.1.x), configure the probability of spans exported by setting spring.sleuth.sampler.percentage (default: 0.1, which is 10 percent). Otherwise, you might think that Sleuth is not working because it omits some spans. Starting from 2.2.0, Sleuth will default to rate limited sampler. That means that it will sample up to 1000 transactions per second. +If you use Zipkin (up till 2.1.x), configure the probability of spans exported by setting spring.sleuth.sampler.probability (default: 0.1, which is 10 percent). Otherwise, you might think that Sleuth is not working because it omits some spans. Starting from 2.2.0, Sleuth will default to rate limited sampler. That means that it will sample up to 1000 transactions per second.