Class FilterInstrumentation.HandleReadAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.grizzly.FilterInstrumentation.HandleReadAdvice
Enclosing class:
FilterInstrumentation

public static class FilterInstrumentation.HandleReadAdvice extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onEnter(org.glassfish.grizzly.filterchain.BaseFilter it, org.glassfish.grizzly.filterchain.FilterChainContext ctx, io.opentelemetry.context.Scope scope)
     
    static void
    onExit(org.glassfish.grizzly.filterchain.BaseFilter it, io.opentelemetry.context.Scope scope)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HandleReadAdvice

      public HandleReadAdvice()
  • Method Details

    • onEnter

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static void onEnter(@This org.glassfish.grizzly.filterchain.BaseFilter it, @Argument(0) org.glassfish.grizzly.filterchain.FilterChainContext ctx, @Local("otelScope") io.opentelemetry.context.Scope scope)
    • onExit

      @OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@This org.glassfish.grizzly.filterchain.BaseFilter it, @Local("otelScope") io.opentelemetry.context.Scope scope)