lndmon icon indicating copy to clipboard operation
lndmon copied to clipboard

🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana

Results 27 lndmon issues
Sort by recently updated
recently updated
newest added

I'm trying to setup a dashboard for our lnd node with lndmon and I am running into an issue that the lnd_peer_count metric type is a counter instead of a...

enhancement
p2p

The [sample dashboards](https://github.com/lightninglabs/lndmon/tree/master/grafana/provisioning/dashboards) are great, and they seem to be used as a starting point by the majority of lndmon users. Unfortunately the fully rendered dashboards are difficult to iterate...

enhancement
config
dashboards

Today we don't track LND startup time. This modification records a start and end time for state transitions from RPC_ACTIVE to SERVER_ACTIVE (the bulk of startup time), then makes a...

With the release of lnd v0.18.0 we have a new piece of data to export/graph/analyze: inbound fee discounts. We should export two new gauges so we can track the uptake...

gossip
inbound fee

We would love to be able to track if our watchtower is keeping up with the channels it is watching over. We were wondering what you suggest as the best...

The `lnd_channels_open_balance_sat` metrics only includes the `local_balance` shown in `lncli listchannels` and does not include the `local_chan_reserve_sat`. This leaves 1% of the funds missing.