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/netty/netty-4.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/netty/v4_0/server/HttpServerBlockingRequestHandler.java
Copy file name to clipboardExpand all lines: instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/netty/v4_1/server/HttpServerBlockingRequestHandler.java
Copy file name to clipboardExpand all lines: instrumentation/servlet/servlet-3.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/servlet/v3_0/nowrapping/Servlet30AndFilterInstrumentation.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,11 @@ public static boolean start(
115
115
headers.put(attributeKey.getKey(), headerValue);
116
116
}
117
117
118
-
if (FilterRegistry.getFilter().evaluateRequestHeaders(currentSpan, headers)) {
Copy file name to clipboardExpand all lines: instrumentation/servlet/servlet-3.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/servlet/v3_0/nowrapping/Utils.java
Copy file name to clipboardExpand all lines: instrumentation/servlet/servlet-3.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/servlet/v3_0/nowrapping/request/Utils.java
+11-2
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,16 @@ public static ByteBufferSpanPair createRequestByteBufferSpanPair(
Copy file name to clipboardExpand all lines: instrumentation/servlet/servlet-3.0/src/test/java/io/opentelemetry/javaagent/instrumentation/hypertrace/servlet/v3_0/nowrapping/request/ServletInputStreamInstrumentationTest.java
Copy file name to clipboardExpand all lines: instrumentation/servlet/servlet-rw/src/test/java/io/opentelemetry/javaagent/instrumentation/hypertrace/servlet/rw/reader/BufferedReaderInstrumentationTest.java
0 commit comments