Class NettyChannelPipelineInstrumentation.ChannelPipelineAdviceUtil
- java.lang.Object
-
- io.opentelemetry.javaagent.instrumentation.netty.v3_8.NettyChannelPipelineInstrumentation.ChannelPipelineAdviceUtil
-
- Enclosing class:
- NettyChannelPipelineInstrumentation
public static class NettyChannelPipelineInstrumentation.ChannelPipelineAdviceUtil extends Object
When certain handlers are added to the pipeline, we want to add our corresponding tracing handlers. If those handlers are later removed, we may want to remove our handlers. That is not currently implemented.
-
-
Constructor Summary
Constructors Constructor Description ChannelPipelineAdviceUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwrapHandler(io.opentelemetry.javaagent.instrumentation.api.ContextStore<org.jboss.netty.channel.Channel,ChannelTraceContext> contextStore, org.jboss.netty.channel.ChannelPipeline pipeline, org.jboss.netty.channel.ChannelHandler handler)
-
-
-
Method Detail
-
wrapHandler
public static void wrapHandler(io.opentelemetry.javaagent.instrumentation.api.ContextStore<org.jboss.netty.channel.Channel,ChannelTraceContext> contextStore, org.jboss.netty.channel.ChannelPipeline pipeline, org.jboss.netty.channel.ChannelHandler handler)
-
-