diff --git a/reference/html/index.html b/reference/html/index.html index b1e0feab7..cac3fe45c 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -182,6 +182,7 @@ $(addBlockSwitches);
spring.sleuth.redis.enabled prope
To turn off this feature, set the spring.sleuth.quartz.enabled property to false.
For projects depending on Project Reactor such as Spring Cloud Gateway, we suggest turning the spring.sleuth.reactor.decorate-on-each option to false. That way an increased performance gain should be observed in comparison to the standard instrumentation mechanism. What this option does is it will wrap decorate onLast operator instead of onEach which will result in creation of far fewer objects. The downside of this is that when Project Reactor will change threads, the trace propagation will continue without issues, however anything relying on the ThreadLocal such as e.g. MDC entries can be buggy.
spring.sleuth.redis.enabled prope
To turn off this feature, set the spring.sleuth.quartz.enabled property to false.
For projects depending on Project Reactor such as Spring Cloud Gateway, we suggest turning the spring.sleuth.reactor.decorate-on-each option to false. That way an increased performance gain should be observed in comparison to the standard instrumentation mechanism. What this option does is it will wrap decorate onLast operator instead of onEach which will result in creation of far fewer objects. The downside of this is that when Project Reactor will change threads, the trace propagation will continue without issues, however anything relying on the ThreadLocal such as e.g. MDC entries can be buggy.