lightninglabs / lndmon

🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana
MIT License
149 stars 47 forks source link

Fix Build: Get zombie channel count from network info #50

Closed carlaKC closed 4 years ago

carlaKC commented 4 years ago

docker-compose build is failing with:

# github.com/lightninglabs/lndmon/collectors
../../collectors/graph_collector.go:297:15: resp.NumZombies undefined (type *lnrpc.ChannelGraph has no field or method NumZombies)
ERROR: Service 'lndmon' failed to build: The command '/bin/sh -c cd /go/src/github.com/lightninglabs/lndmon/cmd/lndmon && go build' returned a non-zero code: 2

Probably related to #49, although I didn't check all the way back to v0.7.1 for the proto change so I will get somebody else to reproduce.