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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addHandler(org.jboss.netty.channel.ChannelPipeline pipeline, org.jboss.netty.channel.ChannelHandler handler, io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)
     
    static io.opentelemetry.javaagent.bootstrap.CallDepth
    checkDepth(org.jboss.netty.channel.ChannelPipeline pipeline, org.jboss.netty.channel.ChannelHandler handler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChannelPipelineAdd2ArgsAdvice

      public ChannelPipelineAdd2ArgsAdvice()
  • Method Details

    • checkDepth

      @OnMethodEnter public static io.opentelemetry.javaagent.bootstrap.CallDepth checkDepth(@This org.jboss.netty.channel.ChannelPipeline pipeline, @Argument(1) org.jboss.netty.channel.ChannelHandler handler)
    • 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, @Enter io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)