Skip to content

Commit 5b24097

Browse files
v1.17: validator: include waited_for_supermajority in startup metric (backport of #35137) (#35276)
* validator: include waited_for_supermajority in startup metric (#35137) (cherry picked from commit b0134ab) # Conflicts: # core/src/validator.rs * fix conflicts --------- Co-authored-by: Ashwin Sekar <ashwin@solana.com>
1 parent 07b69c9 commit 5b24097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/validator.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,8 @@ impl Validator {
13281328
("id", id.to_string(), String),
13291329
("version", solana_version::version!(), String),
13301330
("cluster_type", cluster_type as u32, i64),
1331+
("waited_for_supermajority", waited_for_supermajority, bool),
1332+
("expected_shred_version", config.expected_shred_version, Option<i64>),
13311333
);
13321334

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

0 commit comments

Comments
 (0)