Update current leader information in metrics and dashboard
This commit is contained in:
parent
8bba11367e
commit
b418525464
|
@ -217,6 +217,10 @@ impl ReplayStage {
|
|||
next_leader
|
||||
);
|
||||
poh_recorder.lock().unwrap().set_bank(&tpu_bank);
|
||||
inc_new_counter_info!(
|
||||
"replay_stage-new_leader",
|
||||
tpu_bank.slot() as usize
|
||||
);
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
@ -1412,7 +1412,7 @@
|
|||
}
|
||||
],
|
||||
"thresholds": "",
|
||||
"title": "Last Leader Rotation Tick",
|
||||
"title": "Last Leader Rotation Slot",
|
||||
"type": "singlestat",
|
||||
"valueFontSize": "70%",
|
||||
"valueMaps": [
|
||||
|
|
Loading…
Reference in New Issue