Class NettyChannelPipelineInstrumentation.ChannelPipelineAdd2ArgsAdvice
- java.lang.Object
-
- io.opentelemetry.javaagent.instrumentation.netty.v3_8.NettyChannelPipelineInstrumentation.ChannelPipelineAdd2ArgsAdvice
-
- Enclosing class:
- NettyChannelPipelineInstrumentation
public static class NettyChannelPipelineInstrumentation.ChannelPipelineAdd2ArgsAdvice extends Object
-
-
Constructor Summary
Constructors Constructor Description ChannelPipelineAdd2ArgsAdvice()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddHandler(org.jboss.netty.channel.ChannelPipeline pipeline, org.jboss.netty.channel.ChannelHandler handler, io.opentelemetry.javaagent.instrumentation.api.CallDepth callDepth)static voidcheckDepth(org.jboss.netty.channel.ChannelPipeline pipeline, org.jboss.netty.channel.ChannelHandler handler, io.opentelemetry.javaagent.instrumentation.api.CallDepth callDepth)
-
-
-
Method Detail
-
checkDepth
@OnMethodEnter public static void checkDepth(@This org.jboss.netty.channel.ChannelPipeline pipeline, @Argument(1) org.jboss.netty.channel.ChannelHandler handler, @Local("otelCallDepth") io.opentelemetry.javaagent.instrumentation.api.CallDepth callDepth)
-
addHandler
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void addHandler(@This org.jboss.netty.channel.ChannelPipeline pipeline, @Argument(1) org.jboss.netty.channel.ChannelHandler handler, @Local("otelCallDepth") io.opentelemetry.javaagent.instrumentation.api.CallDepth callDepth)
-
-