Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2018-03-11 08:21:34 +00:00
parent ac1ce38cdd
commit f50cee8eb3
3 changed files with 3 additions and 3 deletions

View File

@@ -675,7 +675,7 @@ You can configure the location of the service by setting <literal>spring.zipkin.
</listitem>
</itemizedlist>
<important>
<simpara>If you use Zipkin, configure the percentage of spans exported by setting <literal>spring.sleuth.sampler.percentage</literal>
<simpara>If you use Zipkin, configure the probability of spans exported by setting <literal>spring.sleuth.sampler.probability</literal>
(default: 0.1, which is 10 percent). Otherwise, you might think that Sleuth is not working be cause it omits some spans.</simpara>
</important>
<note>