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 31 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.

This is an alternative to https://github.com/lightninglabs/lndmon/pull/123 that uses mermaid charts instead of https://app.monosketch.io to diagram the monitoring architecture. @Roasbeef , @saubyk , @djkazic , please take a look!

Depends on https://github.com/lightninglabs/lightning-terminal/pull/1167 I have not tested the docker stuff, but I think it should be correct.

This PR adds channel fee metrics (outbound and inbound) for both the local and remote sides. I have also added an example Grafana dashboard to visualise this data.