Skip to content

Commit

Permalink
feat(gossip): improved metrics (#276)
Browse files Browse the repository at this point in the history
improves metrics for inserting gossip values into the gossip table from push messages and pull requests

this pr also includes a few bug fixes:
- grafana: now uses the correct delta on metrics (was prev using incorrect idelta)
- table: prev a full table was not allowing updating of existing labels, this changes it
- table: when gossip data was updated, we were not free-ing the old overwritten data, this fixes it
- cmd: fixes the predefined mainnet entrypoints
- pull_requests: dont send requests to peers which have a different shred version than us
  • Loading branch information
0xNineteen committed Sep 26, 2024
1 parent 556c39a commit bee9622
Show file tree
Hide file tree
Showing 5 changed files with 540 additions and 302 deletions.
Loading

0 comments on commit bee9622

Please sign in to comment.