Class RestClientHttpClientInstrumentation.PerformRequestAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.elasticsearch.apiclient.RestClientHttpClientInstrumentation.PerformRequestAdvice
- Enclosing class:
- RestClientHttpClientInstrumentation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PerformRequestAdvice
public PerformRequestAdvice()
-
-
Method Details
-
onEnter
@OnMethodEnter(suppress=java.lang.Throwable.class) public static io.opentelemetry.context.Scope onEnter(@Argument(0) String endpointId) -
onExit
@OnMethodExit(suppress=java.lang.Throwable.class, onThrowable=java.lang.Throwable.class) public static void onExit(@Enter io.opentelemetry.context.Scope scope)
-