Class PoolMasterActorInstrumentation.ClearContextAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.akkahttp.client.PoolMasterActorInstrumentation.ClearContextAdvice
- Enclosing class:
- PoolMasterActorInstrumentation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClearContextAdvice
public ClearContextAdvice()
-
-
Method Details
-
enter
@OnMethodEnter(suppress=java.lang.Throwable.class) public static io.opentelemetry.context.Scope enter() -
exit
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void exit(@Enter io.opentelemetry.context.Scope scope)
-