Remove redundant counter from ServeRepair (#31713)

The value reported by the removed counter is also reported as the
self_repair field in serve_repair-requests_received datapoint.
This commit is contained in:
steviez 2023-05-18 16:05:58 -05:00 committed by GitHub
parent a0850a7501
commit a544553ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ use {
blockstore::Blockstore,
shred::{Nonce, Shred, ShredFetchStats, SIZE_OF_NONCE},
},
solana_metrics::inc_new_counter_debug,
solana_perf::{
data_budget::DataBudget,
packet::{Packet, PacketBatch, PacketBatchRecycler},
@ -729,7 +728,6 @@ impl ServeRepair {
"{}: Ignored received repair requests from ME: {}",
my_id, stats.err_self_repair,
);
inc_new_counter_debug!("serve_repair-handle-repair--eq", stats.err_self_repair);
}
datapoint_info!(