Skip to content

Commit

Permalink
metrics: remove clean_stored_dead_slots-ms (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Aug 29, 2024
1 parent 7e6399a commit 68e8694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accounts-db/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8270,7 +8270,6 @@ impl AccountsDb {
pubkeys_removed_from_accounts_index,
);
measure.stop();
inc_new_counter_info!("clean_stored_dead_slots-ms", measure.as_ms() as usize);
self.clean_accounts_stats
.clean_stored_dead_slots_us
.fetch_add(measure.as_us(), Ordering::Relaxed);
Expand Down

0 comments on commit 68e8694

Please sign in to comment.