Adds RSocket instrumentation

coauthor @olegdokuka

fixes gh-1677
This commit is contained in:
Marcin Grzejszczak
2021-04-29 13:32:58 +02:00
parent ba8da46e20
commit 216d681b04
42 changed files with 2494 additions and 460 deletions

View File

@@ -583,3 +583,12 @@ This feature is available for all tracer implementations.
If you have Spring Cloud Deployer running on the classpath, we wrap the `AppDeployer` in a trace representation. We are polling the application for its status at a default interval. You can change that default by setting the `spring.sleuth.deployer.status-poll-delay` property.
In order to disable this instrumentation set `spring.sleuth.deployer.enabled` to `false`.
[[sleuth-deployer-integration]]
== Spring RSocket
This feature is available for all tracer implementations.
If you have Spring RSocket running on the classpath, we wrap the inbound and outbound communication to propagate the tracing context via the metadata.
In order to disable this instrumentation set `spring.sleuth.rsocket.enabled` to `false`.