## Kademlia Exporter Exporter exposing [Prometheus](https://prometheus.io/) metrics for [libp2p](https://github.com/libp2p/) Kademlia distributed hash tables. ![Sample Graph](./.assets/random-node-lookup.png) *Information below is likely outdated. Code is the source of truth.* ### Quickstart ```bash cargo +nightly run -- --dht-name --dht-bootnode curl localhost:8080/metrics ``` ### Ip localization Optionally the exporter can estimate a peers location through the [Max Mind Geo DB](https://dev.maxmind.com/geoip/geoip2/geolite2/#Autonomous_System_Numbers). ``` bash cargo +nightly run -- --dht-name --dht-bootnode --mad-mind-db