Skip to content

Commit c21f7fc

Browse files
committed
nit fix
1 parent 48c96c5 commit c21f7fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation/servlet/servlet-3.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/servlet/v3_0/nowrapping/Servlet30AndFilterInstrumentation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ public static void exit(
197197
HypertraceSemanticAttributes.HTTP_RESPONSE_HEADER_CONTENT_ENCODING,
198198
httpResponse.getCharacterEncoding());
199199
}
200-
currentSpan.setAttribute("http.response.header.testing-hdr", "yash");
201200
for (String headerName : httpResponse.getHeaderNames()) {
202201
String headerValue = httpResponse.getHeader(headerName);
203202
currentSpan.setAttribute(

0 commit comments

Comments
 (0)