From ac0c44cfa5c59d3dabd7899efbeb8e2aa32a3142 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 31 Oct 2019 05:32:19 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/appendix.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/html/appendix.html b/reference/html/appendix.html index b81dd80d0..c818cf76b 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -300,7 +300,12 @@ Also, you can define your own properties.

A list of keys to be put from extra propagation fields to span tags.

-

spring.sleuth.reactor.enabled.enabled

+

spring.sleuth.reactor.decorate-on-each

+

true

+

When true decorates on each operator, will be less performing, but logging will always contain the tracing entries in each operator. When false decorates on last operator, will be more performing, but logging might not always contain the tracing entries.

+ + +

spring.sleuth.reactor.enabled

true

When true enables instrumentation for reactor.