You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it's even possible, but would be nice if Netty instrumentation could capture the same span attributes on connection failure as other http client instrumentation.
Currently it captures a span named CONNECT with no attributes:
Not sure if it's even possible, but would be nice if Netty instrumentation could capture the same span attributes on connection failure as other http client instrumentation.
Currently it captures a span named
CONNECT
with no attributes:opentelemetry-java-instrumentation/instrumentation/netty/netty-4.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/netty/v4_1/ChannelFutureListenerInstrumentation.java
Lines 66 to 67 in 0a34b2b
And the netty tests suppress the normal test verification of span attributes for these requests:
The text was updated successfully, but these errors were encountered: