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
Define servlet classloader matchers in the module (#130)
* Define servlet classloader matchers in the module
Signed-off-by: Pavol Loffay <[email protected]>
* Fix
Signed-off-by: Pavol Loffay <[email protected]>
Copy file name to clipboardExpand all lines: instrumentation/servlet/servlet-2.3/src/main/java/io/opentelemetry/instrumentation/hypertrace/servlet/v2_3/Servlet2BodyInstrumentationModule.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,15 @@ public int getOrder() {
66
66
return1;
67
67
}
68
68
69
+
// this is required to make sure servlet 2 instrumentation won't apply to servlet 3
Copy file name to clipboardExpand all lines: instrumentation/servlet/servlet-3.0/src/main/java/io/opentelemetry/instrumentation/hypertrace/servlet/v3_0/Servlet30BodyInstrumentationModule.java
Copy file name to clipboardExpand all lines: instrumentation/servlet/servlet-3.1/src/main/java/io/opentelemetry/instrumentation/hypertrace/servlet/v3_1/Servlet31BodyInstrumentationModule.java
0 commit comments