Adds R2DBC support (#1946)

fixes gh-1524
This commit is contained in:
Marcin Grzejszczak
2021-05-13 09:12:04 +02:00
committed by GitHub
parent 5db11326b8
commit 181c789020
43 changed files with 1967 additions and 733 deletions

View File

@@ -626,3 +626,11 @@ This feature is available for all tracer implementations.
If you have Spring Tx on the classpath we will instrument the `PlatformTransactionManager` and the `ReactiveTransactionManager` to create a span whenever a new transaction is created.
In order to disable this instrumentation set `spring.sleuth.tx.enabled` to `false`.
[[sleuth-r2dbc-integration]]
== R2DBC
This feature is available for all tracer implementations.
If you have R2DBC Proxy on the classpath we will instrument the `ConnectionFactory`so that it contains a custom `ProxyExecutionListener`.
In order to disable this instrumentation set `spring.sleuth.r2dbc.enabled` to `false`.