Class EndpointRegistryInstrumentation.MethodAdvice
java.lang.Object
com.vaadin.extension.instrumentation.hilla.EndpointRegistryInstrumentation.MethodAdvice
- Enclosing class:
- EndpointRegistryInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonEnter(io.opentelemetry.api.trace.Span span, io.opentelemetry.context.Scope scope)
-
Constructor Details
-
MethodAdvice
public MethodAdvice()
-
-
Method Details
-
onEnter
@OnMethodEnter public static void onEnter(@Local("otelSpan") io.opentelemetry.api.trace.Span span, @Local("otelScope") io.opentelemetry.context.Scope scope)
-