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
Netty instrumentation ChannelFutureListenerInstrumentation creates a span with special name CONNECT when connection failed to open. As creating new connection may be potentially an expensive operation there is a client request to capture all cases of creating new connection as span. Ideally with correct, non-zero, duration. This also will help exposing problems when connection pool does not work as expected.
The text was updated successfully, but these errors were encountered:
Netty instrumentation
ChannelFutureListenerInstrumentation
creates a span with special nameCONNECT
when connection failed to open. As creating new connection may be potentially an expensive operation there is a client request to capture all cases of creating new connection as span. Ideally with correct, non-zero, duration. This also will help exposing problems when connection pool does not work as expected.The text was updated successfully, but these errors were encountered: