Fix metrics when leader does not report metrics (#5291)
This commit is contained in:
@@ -276,7 +276,7 @@ impl Validator {
|
||||
&exit,
|
||||
);
|
||||
|
||||
datapoint_info!("validator-new");
|
||||
datapoint_info!("validator-new", ("id", id.to_string(), String));
|
||||
Self {
|
||||
id,
|
||||
gossip_service,
|
||||
|
Reference in New Issue
Block a user