Add Metrics/Dashboards tracking block production (#9342)
* Add metric tracking blocks/dropped blocks Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
@ -7,7 +7,7 @@ use std::{collections::HashMap, sync::Arc};
|
||||
pub type NodeIdToVoteAccounts = HashMap<Pubkey, NodeVoteAccounts>;
|
||||
pub type EpochAuthorizedVoters = HashMap<Pubkey, Pubkey>;
|
||||
|
||||
#[derive(Clone, Serialize, Deserialize, Default, PartialEq)]
|
||||
#[derive(Clone, Serialize, Debug, Deserialize, Default, PartialEq)]
|
||||
pub struct NodeVoteAccounts {
|
||||
pub vote_accounts: Vec<Pubkey>,
|
||||
pub total_stake: u64,
|
||||
|
Reference in New Issue
Block a user