Class AsyncHttpClientInstrumentation.ExecuteRequestAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.asynchttpclient.v2_0.AsyncHttpClientInstrumentation.ExecuteRequestAdvice
- Enclosing class:
- AsyncHttpClientInstrumentation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExecuteRequestAdvice
public ExecuteRequestAdvice()
-
-
Method Details
-
onEnter
@OnMethodEnter(suppress=java.lang.Throwable.class) public static void onEnter(@Argument(0) org.asynchttpclient.Request request, @Argument(1) org.asynchttpclient.AsyncHandler<?> handler, @Local("otelScope") io.opentelemetry.context.Scope scope) -
onExit
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@Local("otelScope") io.opentelemetry.context.Scope scope)
-