Skip to content

Commit 1508cef

Browse files
unwrap netty WriteTask (#7822)
1 parent d446c85 commit 1508cef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dd-java-agent/instrumentation/java-concurrent/src/main/java/datadog/trace/instrumentation/java/concurrent/TaskUnwrappingInstrumentation.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,15 @@ public boolean isEnabled() {
4949
"task",
5050
"io.netty.util.concurrent.PromiseTask",
5151
"task",
52+
"io.netty.channel.AbstractChannelHandlerContext$WriteTask",
53+
"msg",
5254
// netty shaded into gRPC
5355
"io.grpc.netty.shaded.io.netty.util.concurrent.PromiseTask$RunnableAdapter",
5456
"task",
5557
"io.grpc.netty.shaded.io.netty.util.concurrent.PromiseTask",
5658
"task",
59+
"io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext$WriteTask",
60+
"msg",
5761
"io.grpc.Context$1",
5862
"val$r",
5963
"io.grpc.Context$2",

0 commit comments

Comments
 (0)