QuokkaStake / cosmos-validators-exporter

A Prometheus exporter to fetch data about your validators in Cosmos-based blockchains.
GNU General Public License v3.0
12 stars 13 forks source link

Remove old metrics that can be computed #17

Closed freak12techno closed 1 year ago

freak12techno commented 1 year ago

1) _usd - can be computed as: `(value in tokens) / on (chain, denom) denom coefficient on (chain) price 2) voting power percent - can be computed as:validator delegations / total delegations 3) missed blocks % - can be computed as1 - (missed blocks / blocks window)`