plugins
plugins copied to clipboard
Fundsconsistency
with current prometheus exporter the total balance is very inconsistent, as funds often get counted twice, like reserved UTXOs, and also the channel that is opening, or ONCHAIN channels and fresh UTXOs. This tries to fix this, not sure if it's a complete fix.
Opens and closes are now correctly shown in the channel/output/total funds. Sadly force closes can hardly be tracked properly, as the channel claims "ONCHAIN" but the listfunds call knows nothing about it.
Needs rebase