Revert "Change forwarded metrics to be in line with fetch stage metrics (#4068)" (#4135)

automerge
This commit is contained in:
carllin 2019-05-02 17:36:19 -07:00 committed by Grimes
parent 916458e132
commit c2dfb9900e
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ impl BankingStage {
.iter()
.flat_map(|(p, start_index)| &p.packets[**start_index..])
.collect();
inc_new_counter_info!("banking_stage-forwarded_packets", locked_packets.len());
inc_new_counter_info!("banking_stage-forwarded_packets", packets.len());
let blobs = packet::packets_to_blobs(&packets);
for blob in blobs {