libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
519 stars 223 forks source link

Expose traversal metrics #252

Open anacrolix opened 5 years ago

anacrolix commented 5 years ago

Expose metrics for traversal methods similar to how anacrolix/dht does it here. This will aid consumers of the DHT in gauging the health of the network and their instance.

raulk commented 5 years ago

See #256.

anacrolix commented 5 years ago

@raulk What API stability guarantees do we want to make regarding this? Should there be new methods for things that expose stats?