Change forwarded metrics to be in line with fetch stage metrics (#4068)
automerge
This commit is contained in:
parent
4e41c81bc7
commit
3b2adbc9df
|
@ -131,7 +131,7 @@ impl BankingStage {
|
||||||
.iter()
|
.iter()
|
||||||
.flat_map(|(p, start_index)| &p.packets[**start_index..])
|
.flat_map(|(p, start_index)| &p.packets[**start_index..])
|
||||||
.collect();
|
.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);
|
let blobs = packet::packets_to_blobs(&packets);
|
||||||
|
|
||||||
for blob in blobs {
|
for blob in blobs {
|
||||||
|
|
Loading…
Reference in New Issue