Class NettyChannelPipelineInstrumentation.ChannelPipelineAdd3ArgsAdvice

    • Constructor Detail

      • ChannelPipelineAdd3ArgsAdvice

        public ChannelPipelineAdd3ArgsAdvice()
    • Method Detail

      • checkDepth

        @OnMethodEnter
        public static void checkDepth​(@This
                                      org.jboss.netty.channel.ChannelPipeline pipeline,
                                      @Argument(2)
                                      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(2)
                                      org.jboss.netty.channel.ChannelHandler handler,
                                      @Local("otelCallDepth")
                                      io.opentelemetry.javaagent.instrumentation.api.CallDepth callDepth)