Skip to content

ignoreStatements not working for opentracing-spring-cloud-mongo-starter #335

Open
@PaKu5

Description

@PaKu5

Hello,

I have the following dependencies in my spring-boot project:
<dependency> <groupId>io.opentracing.contrib</groupId> <artifactId>opentracing-spring-jaeger-web-starter</artifactId> <version>3.3.1</version> </dependency>

<dependency> <groupId>io.opentracing.contrib</groupId> <artifactId>opentracing-spring-cloud-feign-starter</artifactId> <version>0.5.9</version> </dependency>

<dependency> <groupId>io.opentracing.contrib</groupId> <artifactId>opentracing-spring-cloud-mongo-starter</artifactId> <version>0.5.9</version> </dependency>

Tracings works perfectly also for mongodb. But there is the problem that it always traces the db.statement and I didn't found a solution to avoid this.

Setting :
opentracing.spring.cloud.jdbc.ignoreStatements
did not work. Or maybe I'm using it wrong?

Thank you in advance!


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions