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
Copy file name to clipboardExpand all lines: instrumentation/mongo/mongo-4.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/mongo/v4_0/DefaultConnectionPoolTaskInstrumentation.java
+17-2
Original file line number
Diff line number
Diff line change
@@ -26,18 +26,33 @@ public ElementMatcher<TypeDescription> typeMatcher() {
26
26
@Override
27
27
publicvoidtransform(TypeTransformertransformer) {
28
28
// outer class this is passed as arg 0 to constructor
Copy file name to clipboardExpand all lines: instrumentation/mongo/mongo-4.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/mongo/v4_0/InternalStreamConnectionInstrumentation.java
+41
Original file line number
Diff line number
Diff line change
@@ -26,21 +26,42 @@ public ElementMatcher<TypeDescription> typeMatcher() {
0 commit comments