go-libp2p icon indicating copy to clipboard operation
go-libp2p copied to clipboard

Provide metrics for in progress dials

Open sukunrt opened this issue 1 year ago • 0 comments

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:

  1. In progress dials by transport
  2. Queued dials by transport

Thanks @gammazero for pointing this out.

sukunrt avatar Sep 11 '24 09:09 sukunrt