You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/_configprops.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@
67
67
|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. @deprecated use explicit value via {@link SleuthReactorProperties#instrumentationType}
68
68
|spring.sleuth.reactor.enabled | `+++true+++` | When true enables instrumentation for reactor.
69
69
|spring.sleuth.reactor.instrumentation-type | |
70
+
|spring.sleuth.reactor.netty.debug.enabled | `+++false+++` | WARNING: Use with caution, can lead to serious performance issues. Enable additional instrumentation for Reactor Netty.
70
71
|spring.sleuth.redis.enabled | `+++true+++` | Enable span information propagation when using Redis.
71
72
|spring.sleuth.redis.legacy.enabled | `+++false+++` | Enable legacy tracing of Redis that works only via Brave.
72
73
|spring.sleuth.redis.remote-service-name | `+++redis+++` | Service name for the remote Redis endpoint.
0 commit comments