Skip to content

Commit 71f582c

Browse files
committed
🎨
1 parent 14014fb commit 71f582c

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/netty/v4_0/NettyInstrumentationModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import com.google.auto.service.AutoService;
2323
import io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule;
2424
import io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation;
25-
import java.util.Arrays;
2625
import java.util.Collections;
2726
import java.util.List;
2827
import net.bytebuddy.matcher.ElementMatcher;

instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/netty/v4_0/client/HttpClientResponseTracingHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import io.netty.channel.Channel;
2121
import io.netty.channel.ChannelHandlerContext;
2222
import io.netty.channel.ChannelInboundHandlerAdapter;
23-
import io.netty.handler.codec.http.FullHttpMessage;
2423
import io.netty.handler.codec.http.HttpContent;
2524
import io.netty.handler.codec.http.HttpMessage;
2625
import io.netty.handler.codec.http.HttpResponse;

instrumentation/netty/netty-4.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/netty/v4_0/server/HttpServerResponseTracingHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import io.netty.channel.ChannelHandlerContext;
2323
import io.netty.channel.ChannelOutboundHandlerAdapter;
2424
import io.netty.channel.ChannelPromise;
25-
import io.netty.handler.codec.http.FullHttpMessage;
2625
import io.netty.handler.codec.http.HttpContent;
2726
import io.netty.handler.codec.http.HttpMessage;
2827
import io.netty.handler.codec.http.HttpResponse;

instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/netty/v4_1/client/HttpClientResponseTracingHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import io.netty.channel.Channel;
2121
import io.netty.channel.ChannelHandlerContext;
2222
import io.netty.channel.ChannelInboundHandlerAdapter;
23-
import io.netty.handler.codec.http.FullHttpMessage;
2423
import io.netty.handler.codec.http.HttpContent;
2524
import io.netty.handler.codec.http.HttpMessage;
2625
import io.netty.handler.codec.http.HttpResponse;

instrumentation/netty/netty-4.1/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/netty/v4_1/server/HttpServerResponseTracingHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import io.netty.channel.ChannelHandlerContext;
2121
import io.netty.channel.ChannelOutboundHandlerAdapter;
2222
import io.netty.channel.ChannelPromise;
23-
import io.netty.handler.codec.http.FullHttpMessage;
2423
import io.netty.handler.codec.http.HttpContent;
2524
import io.netty.handler.codec.http.HttpMessage;
2625
import io.netty.handler.codec.http.HttpResponse;

0 commit comments

Comments
 (0)