monero-exporter/Makefile
Ciro S. Costa debdce3fb2 rework collector
this is a big refactor, essentially rewriting the custom collector from
scratch, and as such, creating a new dashboard based on the new metrics.

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-08-02 17:44:20 -04:00

20 lines
343 B
Makefile

install:
go install -v ./cmd/monero-exporter
run:
monero-exporter \
--monero-addr=http://localhost:18081 \
--bind-addr=:9000 \
--geoip-filepath=./hack/geoip.mmdb
test:
go test ./...
lint:
go run github.com/golangci/golangci-lint/cmd/golangci-lint run \
--config=.golangci.yaml
table-of-contents:
doctoc --notitle ./README.md