Go to file
Ben Wilson 1e43e01b96 Added a few metrics for getpeerinfo 2019-11-14 13:13:52 -05:00
version Initial MVP 2019-11-13 14:58:35 -05:00
.gitignore Added README 2019-11-13 15:08:03 -05:00
README.md Added README 2019-11-13 15:08:03 -05:00
collector.go Added a few metrics for getpeerinfo 2019-11-14 13:13:52 -05:00
main.go Added a few metrics for getpeerinfo 2019-11-14 13:13:52 -05:00
rpc.go Added a few metrics for getpeerinfo 2019-11-14 13:13:52 -05:00

README.md

zcashd_exporter

The zcashd_exporter will poll a zcashd node's rpc endpoint, retreive data, then preent it for prometheus to scrape.

Getting started

go get -v github.com/zcash-hackworks/zcashd_exporter
go install github.com/zcash-hackworks/zcashd_exporter
$GOPATH/bin/zcashd_exporter --help