Go to file
Ben Wilson a8bd03408c Added README 2019-11-13 15:08:03 -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 Initial MVP 2019-11-13 14:58:35 -05:00
main.go Initial MVP 2019-11-13 14:58:35 -05:00
rpc.go Initial MVP 2019-11-13 14:58:35 -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