btcnode-metrics 2.0.0

The Bitcoin node metrics exporter for Prometheus built on the Rust Bitcoin Community's corepc-client crate.
1
2
3
4
5
6
7
[node]
rpc_url = "http://127.0.0.1:8332"
rpc_user = "bitcoinrpc"
rpc_password = "changeme"

[server]
listen_addr = "0.0.0.0:9332"