Remove spammy banking-stage retryable tx metric which is not needed (#35207)

Already covered by other metrics like the filtered retryable and the
number filtered.
This commit is contained in:
sakridge 2024-02-16 18:29:42 +01:00 committed by GitHub
parent c5aaca43ab
commit e21251090f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -236,9 +236,6 @@ impl Consumer {
slot_metrics_tracker.accumulate_process_transactions_summary(&process_transactions_summary);
slot_metrics_tracker.accumulate_transaction_errors(error_counters);
let retryable_tx_count = retryable_transaction_indexes.len();
inc_new_counter_info!("banking_stage-unprocessed_transactions", retryable_tx_count);
// Filter out the retryable transactions that are too old
let (filtered_retryable_transaction_indexes, filter_retryable_packets_us) =
measure_us!(Self::filter_pending_packets_from_pending_txs(