Skip to content

Duplicated spans for cassandra #2277

@maciej-gromul

Description

@maciej-gromul

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions