Skip to content

Commit 5482777

Browse files
authored
JdbcIgnoredTypesConfigurer support Shardingsphere 5.x (#12066)
1 parent ec0223d commit 5482777

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/jdbc/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jdbc/JdbcIgnoredTypesConfigurer.java

+2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ public void configure(IgnoredTypesBuilder builder, ConfigProperties config) {
1919
builder.ignoreClass("org.jboss.jca.adapters.jdbc.");
2020
// see https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8109
2121
builder.ignoreClass("org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.");
22+
// see https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/12065
23+
builder.ignoreClass("org.apache.shardingsphere.driver.jdbc.core.statement.");
2224
}
2325
}

0 commit comments

Comments
 (0)