gavlyukovskiy / spring-boot-data-source-decorator

Spring Boot integration with p6spy, datasource-proxy, flexy-pool and spring-cloud-sleuth
Apache License 2.0
870 stars 83 forks source link

Added graceful delegation of functionality to Spring Cloud Sleuth 3.1.0 #68

Closed gavlyukovskiy closed 2 years ago

gavlyukovskiy commented 2 years ago

Delegation will happen only if Spring Cloud Sleuth was detected on classpath and has JDBC instrumentation enabled (default of Spring Cloud Sleuth).

Fixes #64