lndmon
lndmon copied to clipboard
🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana
Need help understanding what's going on with my setup or if this is a bug. Note, currently running lndmon for many nodes using the standard bbolt/boltdb backend. For some reason...
Tried to setup lndmon with a custom signet, but was informed by the error message that signet is not yet supported.
`LinkFailEvent.FailureString` is an arbitrary string of undefined length. I noticed in my Prometheus a `feeinsufficient` failure caused a very large label value. The Enum of FailureDetail has a short name...
on both v0.13.3-beta and v0.14.1-beta if nodes aren't compacted often it seems that latency starts creeping up for the /metrics endpoint. It gets pretty bad, over 10 seconds. My scrape...
Getting this error from lndmon repeatedly in our logs: ``` 2021/03/26 09:06:14 http: superfluous response.WriteHeader call from github.com/prometheus/client_golang/prometheus/promhttp.(*responseWriterDelegator).WriteHeader (delegator.go:58) ``` Posts like these suggest it would be fixed by updating...
An issue with `lnd` results in duplicate entries in the on chain transaction list. This results in metric collection failure as multiple series with the same labels are created. Error:...
The routing dash added in #59 surfaces failure/success rates, channel utilization and resolution time for htlcs that lnd processes. One thing that's missing from this dash is htlc amounts, which...
https://github.com/prometheus/prometheus/wiki/Default-port-allocations In that wiki there is a list off port allactions for exporters. This is an extract of the prometheus documentation > A user may have many exporters and Prometheus...
Not sure if this even possible with current configuration (although I did see a Draft PR #42 that makes me think it's not yet), but having this capability and having...
I would be nice to have a label on all metric with the node `pubkey` and maybe the node `alias`. This way if you have more than one node running...