Class SessionRequestHandlerInstrumentation.HandleRequestAdvice
java.lang.Object
com.vaadin.extension.instrumentation.communication.SessionRequestHandlerInstrumentation.HandleRequestAdvice
- Enclosing class:
- SessionRequestHandlerInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonEnter(com.vaadin.flow.server.VaadinRequest vaadinRequest, com.vaadin.flow.server.communication.SessionRequestHandler sessionRequestHandler, String methodName, io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Scope scope) static voidonExit(Throwable throwable, boolean handled, io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Scope scope)
-
Constructor Details
-
HandleRequestAdvice
public HandleRequestAdvice()
-
-
Method Details
-
onEnter
@OnMethodEnter public static void onEnter(@Argument(1) com.vaadin.flow.server.VaadinRequest vaadinRequest, @This com.vaadin.flow.server.communication.SessionRequestHandler sessionRequestHandler, @Origin("#m") String methodName, @Local("otelSpan") io.opentelemetry.api.trace.Span span, @Local("otelScope") io.opentelemetry.context.Scope scope) -
onExit
@OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@Thrown Throwable throwable, @Return boolean handled, @Local("otelSpan") io.opentelemetry.api.trace.Span span, @Local("otelScope") io.opentelemetry.context.Scope scope)
-