jlopp / statoshi

Bitcoin Core + StatsD integration
https://jlopp.github.io/statoshi/
MIT License
233 stars 26 forks source link

Lightning network stats #57

Closed melroy89 closed 1 year ago

melroy89 commented 1 year ago

Is your feature request related to a problem? Please describe.

Missing lightning network (layer 2) insides.

Describe the solution you'd like

Gathering lightning network stats and also leverage StatsD daemon to aggregate them towards a database/dashboard.

Describe alternatives you've considered

https://1ml.com/statistics (but meh, Grafana would be much cooler)

jlopp commented 1 year ago

Hm this would basically require an entirely separate project, which would have to be a fork of one of the popular lightning nodes.

I will note that there does exist https://github.com/lightninglabs/lndmon though I'm not sure how extensive the metrics are that it collects.

jlopp commented 1 year ago

Alternatively I bet lightning labs would accepts PRs to add more prometheus metrics to lnd...

melroy89 commented 1 year ago

https://github.com/lightninglabs/lndmon

I'm actually using Core lightning.

thinkmassive commented 1 year ago

@danger89 there’s a prometheus cln plugin: https://github.com/lightningd/plugins/tree/master/prometheus