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 Summary
Constructors Constructor Description OperationCompleteAdvice()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.opentelemetry.context.ScopeactivateScope(org.jboss.netty.channel.ChannelFuture future)static voiddeactivateScope(io.opentelemetry.context.Scope scope)
-
-
-
Method Detail
-
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)
-
-