Skip to content

Commit

Permalink
validator: include waited_for_supermajority in startup metric (#35137)
Browse files Browse the repository at this point in the history
(cherry picked from commit b0134ab)

# Conflicts:
#	core/src/validator.rs
  • Loading branch information
AshwinSekar authored and mergify[bot] committed Feb 21, 2024
1 parent d56a083 commit b490e52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,13 @@ impl Validator {
"validator-new",
("id", id.to_string(), String),
("version", solana_version::version!(), String),
<<<<<<< HEAD
("cluster_type", cluster_type as u32, i64),
=======
("cluster_type", genesis_config.cluster_type as u32, i64),
("waited_for_supermajority", waited_for_supermajority, bool),
("expected_shred_version", config.expected_shred_version, Option<i64>),
>>>>>>> b0134ab04d (validator: include waited_for_supermajority in startup metric (#35137))
);

*start_progress.write().unwrap() = ValidatorStartProgress::Running;
Expand Down

0 comments on commit b490e52

Please sign in to comment.