paritytech / litep2p

Peer-to-peer networking library
MIT License
74 stars 10 forks source link

kad: Add kademlia metrics #171

Open lexnv opened 3 months ago

lexnv commented 3 months ago

Expose the following info for reporting back metrics:

lexnv commented 3 months ago

We could also add here any missing "pending" peers from the the kademlia queries: https://github.com/paritytech/litep2p/blob/66aaf9dbdf60a3b3bbfda2334e2e1887af3c2315/src/protocol/libp2p/kademlia/query/find_node.rs#L119