Class NettyClientSingletons
- java.lang.Object
-
- io.opentelemetry.javaagent.instrumentation.netty.v3_8.client.NettyClientSingletons
-
public final class NettyClientSingletons extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<io.opentelemetry.javaagent.instrumentation.netty.common.NettyConnectionRequest,org.jboss.netty.channel.Channel>connectionInstrumenter()static io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<HttpRequestAndChannel,org.jboss.netty.handler.codec.http.HttpResponse>instrumenter()
-
-
-
Method Detail
-
instrumenter
public static io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<HttpRequestAndChannel,org.jboss.netty.handler.codec.http.HttpResponse> instrumenter()
-
connectionInstrumenter
public static io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<io.opentelemetry.javaagent.instrumentation.netty.common.NettyConnectionRequest,org.jboss.netty.channel.Channel> connectionInstrumenter()
-
-