Class ChannelFutureListenerInstrumentation.OperationCompleteAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.netty.v3_8.ChannelFutureListenerInstrumentation.OperationCompleteAdvice
- Enclosing class:
ChannelFutureListenerInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.opentelemetry.context.ScopeactivateScope(org.jboss.netty.channel.ChannelFuture future) static voiddeactivateScope(io.opentelemetry.context.Scope scope)
-
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)
-