Class ChannelFutureListenerInstrumentation.OperationCompleteAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.netty.v3_8.ChannelFutureListenerInstrumentation.OperationCompleteAdvice
Enclosing class:
ChannelFutureListenerInstrumentation

public static class ChannelFutureListenerInstrumentation.OperationCompleteAdvice extends Object
  • Constructor Details

    • OperationCompleteAdvice

      public OperationCompleteAdvice()
  • Method Details

    • activateScope

      @OnMethodEnter public static io.opentelemetry.context.Scope activateScope(@Argument(0) org.jboss.netty.channel.ChannelFuture future)
    • deactivateScope

      @OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void deactivateScope(@Enter io.opentelemetry.context.Scope scope)