Class ComponentPageElementImplInstrumentation.EventAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.tapestry.ComponentPageElementImplInstrumentation.EventAdvice
Enclosing class:
ComponentPageElementImplInstrumentation

public static class ComponentPageElementImplInstrumentation.EventAdvice extends Object
  • Constructor Details

    • EventAdvice

      public EventAdvice()
  • Method Details

    • onEnter

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static void onEnter(@This org.apache.tapestry5.internal.structure.ComponentPageElementImpl componentPageElementImpl, @Argument(0) String eventType, @Local("otelRequest") TapestryRequest request, @Local("otelContext") io.opentelemetry.context.Context context, @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, @Local("otelRequest") TapestryRequest request, @Local("otelContext") io.opentelemetry.context.Context context, @Local("otelScope") io.opentelemetry.context.Scope scope)