-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prometheus,shred-collector): metrics improvements + add metrics …
…to shred collector (#306) * feat(prometheus,shred-collector): metrics improvements + add metrics to shred collector * refactor: remove unused imports * feat(prometheus): use labels for variants in variant counter, instead of separate metrics * refactor(prometheus): remove unused VariantIndex.get * refactor(prometheus): use standard import style * refactor(geyser): use metrics prefix for reader and writer * docs(prometheus): fix typos/inaccuracies in VariantIndexer docs * feat(prometheus): more descriptive histogram bucket configuration and error messages * refactor(shred-collector): rename count variable to packet_count * refactor(shred-collector): more descriptive variable names in shred receiver * refactor(shred-collector): remove todo about metrics * refactor: rename Stats structs to Metrics * docs(contributing): add metrics naming to style guide * fix: naming --------- Co-authored-by: x19 <100000306+0xNineteen@users.noreply.github.com>
- Loading branch information
1 parent
300024a
commit 9c21b67
Showing
25 changed files
with
879 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.