Class NettyChannelInstrumentation.ChannelConnectAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.netty.v3_8.NettyChannelInstrumentation.ChannelConnectAdvice
- Enclosing class:
NettyChannelInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NettyScopeonEnter(org.jboss.netty.channel.Channel channel, SocketAddress remoteAddress) static voidonExit(org.jboss.netty.channel.ChannelFuture channelFuture, Throwable error, NettyScope nettyScope)
-
Constructor Details
-
ChannelConnectAdvice
public ChannelConnectAdvice()
-
-
Method Details
-
onEnter
@OnMethodEnter(suppress=java.lang.Throwable.class) public static NettyScope onEnter(@This org.jboss.netty.channel.Channel channel, @Argument(0) SocketAddress remoteAddress) -
onExit
@OnMethodExit(suppress=java.lang.Throwable.class, onThrowable=java.lang.Throwable.class) public static void onExit(@Return org.jboss.netty.channel.ChannelFuture channelFuture, @Thrown Throwable error, @Enter NettyScope nettyScope)
-