go-libp2p
go-libp2p copied to clipboard
Provide metrics for in progress dials
We have metrics in swarm for connections that are opened, closed, handshake latency etc. However, these don't provide much insight in to ongoing dials. We should add metrics for:
- In progress dials by transport
- Queued dials by transport
Thanks @gammazero for pointing this out.