Class HttpExtServerInstrumentation.AkkaHttpSyncAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.akkahttp.server.HttpExtServerInstrumentation.AkkaHttpSyncAdvice
- Enclosing class:
- HttpExtServerInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwrapHandler(scala.Function1<akka.http.scaladsl.model.HttpRequest, akka.http.scaladsl.model.HttpResponse> handler)
-
Constructor Details
-
AkkaHttpSyncAdvice
public AkkaHttpSyncAdvice()
-
-
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, akka.http.scaladsl.model.HttpResponse> handler)
-