Class HttpExtServerInstrumentation.AkkaHttpAsyncAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.akkahttp.server.HttpExtServerInstrumentation.AkkaHttpAsyncAdvice
Enclosing class:
HttpExtServerInstrumentation

public static class HttpExtServerInstrumentation.AkkaHttpAsyncAdvice extends Object
  • Constructor Details

    • AkkaHttpAsyncAdvice

      public AkkaHttpAsyncAdvice()
  • Method Details

    • wrapHandler

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static void wrapHandler(@Argument(value=0,readOnly=false) scala.Function1<akka.http.scaladsl.model.HttpRequest,scala.concurrent.Future<akka.http.scaladsl.model.HttpResponse>> handler, @Argument(7) akka.stream.Materializer materializer)