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.