Skip to content

Commit

Permalink
feat(gossip): improved prom metrics (#202)
Browse files Browse the repository at this point in the history
* 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
0xNineteen authored Jul 29, 2024
1 parent bd78d0c commit 78ffdb1
Show file tree
Hide file tree
Showing 14 changed files with 1,062 additions and 273 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data/

ledger/
index_storage/
kcov-output
kcov-output/
.vscode/

/gossip-dumps
Expand Down
Loading

0 comments on commit 78ffdb1

Please sign in to comment.