Class FilterInstrumentation.HandleReadAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.grizzly.FilterInstrumentation.HandleReadAdvice
- Enclosing class:
- FilterInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonEnter(org.glassfish.grizzly.filterchain.BaseFilter it, org.glassfish.grizzly.filterchain.FilterChainContext ctx, io.opentelemetry.context.Scope scope) static voidonExit(org.glassfish.grizzly.filterchain.BaseFilter it, io.opentelemetry.context.Scope scope)
-
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)
-