Skip to content

Commit

Permalink
Update instrumentation/jdbc/src/main/java/com/solarwinds/opentelemetr…
Browse files Browse the repository at this point in the history
…y/instrumentation/JdbcConnectionInstrumentation.java

Co-authored-by: Lin Lin <[email protected]>
  • Loading branch information
cleverchuk and cheempz authored Jun 14, 2024
1 parent 1ddb110 commit 3cf32d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public ElementMatcher<TypeDescription> typeMatcher() {
ConfigManager.getConfigOptional(ConfigProperty.AGENT_SQL_TAG_PREPARED, false);

if (sqlTagPrepared) {
// Duplicating lines 51 - 62 across TypeInstrumentation impls due runtime muzzle mismatch
// Duplicating lines 51 - 62 across TypeInstrumentation impls due to runtime muzzle mismatch
// as a result of missing `net.bytebuddy.matcher.*` classes in consolidated method.
ElementMatcher.Junction<TypeDescription> matcher = null;
if (isDbConfigured(TraceContextInjector.Db.mysql)) {
Expand Down

0 comments on commit 3cf32d0

Please sign in to comment.