Skip to content

Commit

Permalink
JdbcIgnoredTypesConfigurer support Shardingsphere 5.x (#12066)
Browse files Browse the repository at this point in the history
  • Loading branch information
123liuziming authored Aug 20, 2024
1 parent ec0223d commit 5482777
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ public void configure(IgnoredTypesBuilder builder, ConfigProperties config) {
builder.ignoreClass("org.jboss.jca.adapters.jdbc.");
// see https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8109
builder.ignoreClass("org.apache.shardingsphere.shardingjdbc.jdbc.core.statement.");
// see https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/12065
builder.ignoreClass("org.apache.shardingsphere.driver.jdbc.core.statement.");
}
}

0 comments on commit 5482777

Please sign in to comment.