Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gossip): improved prom metrics (#202)
* updated grafana dashboards to use histograms (see img below) * updated gossip table stats (number of values + number of pubkeys) to use gauge * cap gossip table from 1M -> 100_000 records (much more accurate to prod) * add additional clean up metrics (pubkeys removed + old labels removed) * change gossip to use sig.time.Timer and our new Duration * add additional channel metrics
- Loading branch information