Describe the bug
By default cassandra instrumentation attaches itself to cqlsesion. Because reactivesession wraps around sqlsession and it's being instrumented as well, we're getting spans for the same "requests" twice. Right now to fix that you can simply exclude TraceCassandraAutoConfiguration.class in @SpringBootApplication from autoloading, but it would be nice if those would detect which one should be loaded and when.