Class FilterChainContextInstrumentation.WriteAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.grizzly.FilterChainContextInstrumentation.WriteAdvice
- Enclosing class:
- FilterChainContextInstrumentation
-
Constructor Summary
Constructors -
Method Summary
-
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)
-