lightninglabs / lndmon

🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana
MIT License
149 stars 47 forks source link

Calculate avg/min/max/median etc metrics on lndmon side #14

Open valentinewallace opened 4 years ago

valentinewallace commented 4 years ago

Rather than having Prometheus calculate the avg. base fee and avg. fee rate, calculate these metrics on the lndmon exporter side. Also, add metrics for min, max, and median base fee and fee rates (also on the lndmon side).