Change forwarded metrics to be in line with fetch stage metrics (#4068)
automerge
This commit is contained in:
@ -131,7 +131,7 @@ impl BankingStage {
|
||||
.iter()
|
||||
.flat_map(|(p, start_index)| &p.packets[**start_index..])
|
||||
.collect();
|
||||
inc_new_counter_info!("banking_stage-forwarded_packets", packets.len());
|
||||
inc_new_counter_info!("banking_stage-forwarded_packets", locked_packets.len());
|
||||
let blobs = packet::packets_to_blobs(&packets);
|
||||
|
||||
for blob in blobs {
|
||||
|
Reference in New Issue
Block a user