Class FilterChainContextInstrumentation.WriteAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.grizzly.FilterChainContextInstrumentation.WriteAdvice
Enclosing class:
FilterChainContextInstrumentation

public static class FilterChainContextInstrumentation.WriteAdvice extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onEnter(io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)
     
    static void
    onExit(org.glassfish.grizzly.filterchain.FilterChainContext filterChainContext, io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)
     

    Methods inherited from class java.lang.Object

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

    • WriteAdvice

      public WriteAdvice()
  • Method Details

    • onEnter

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static void onEnter(@Local("otelCallDepth") io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)
    • onExit

      @OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void onExit(@This org.glassfish.grizzly.filterchain.FilterChainContext filterChainContext, @Local("otelCallDepth") io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)