Class Servlet3AsyncStartAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.servlet.v3_0.Servlet3AsyncStartAdvice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstartAsyncEnter(io.opentelemetry.javaagent.bootstrap.CallDepth callDepth) static voidstartAsyncExit(javax.servlet.ServletRequest servletRequest, io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)
-
Constructor Details
-
Servlet3AsyncStartAdvice
public Servlet3AsyncStartAdvice()
-
-
Method Details
-
startAsyncEnter
@OnMethodEnter(suppress=java.lang.Throwable.class) public static void startAsyncEnter(@Local("otelCallDepth") io.opentelemetry.javaagent.bootstrap.CallDepth callDepth) -
startAsyncExit
@OnMethodExit(suppress=java.lang.Throwable.class) public static void startAsyncExit(@This javax.servlet.ServletRequest servletRequest, @Local("otelCallDepth") io.opentelemetry.javaagent.bootstrap.CallDepth callDepth)
-