-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEATURE: Adding metrics - num_get_vote_accounts_voting, num_live_vali…
…dator_histories (#35) Added two new metrics to the `emit_validator_history_metrics` function: - `num_live_validator_histories`: The number of validator history accounts that have "live" vote accounts with the owner of said vote account being the vote program - `num_get_vote_accounts_voting`: The number of vote accounts actually voting. More specifically, accounts that have voted in the current epoch retrieved from `get_vote_accounts_with_retry`.
- Loading branch information
1 parent
9017372
commit ea2543a
Showing
1 changed file
with
40 additions
and
5 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