You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: