Class NettyServerInstrumenterFactory
java.lang.Object
io.opentelemetry.instrumentation.netty.v4.common.internal.server.NettyServerInstrumenterFactory
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<HttpRequestAndChannel,io.netty.handler.codec.http.HttpResponse> create(io.opentelemetry.api.OpenTelemetry openTelemetry, String instrumentationName, List<String> capturedRequestHeaders, List<String> capturedResponseHeaders)
-
Method Details
-
create
public static io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<HttpRequestAndChannel,io.netty.handler.codec.http.HttpResponse> create(io.opentelemetry.api.OpenTelemetry openTelemetry, String instrumentationName, List<String> capturedRequestHeaders, List<String> capturedResponseHeaders)
-