Skip to content

Commit

Permalink
send validator-new.version after updating the validator identity
Browse files Browse the repository at this point in the history
  • Loading branch information
gystemd committed Dec 21, 2023
1 parent 1358c19 commit 044ff77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions validator/src/admin_rpc_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,10 @@ impl AdminRpcImpl {
.cluster_info
.set_keypair(Arc::new(identity_keypair));
warn!("Identity set to {}", post_init.cluster_info.id());
solana_metrics::datapoint_info!(
"validator-new",
("version", solana_version::version!(), String),
);
Ok(())
})
}
Expand Down

0 comments on commit 044ff77

Please sign in to comment.