Combine AccountsHashVerifier metrics (#31420)

It is more efficient to submit the metrics together, and there is no
reason for them to be separate.
This commit is contained in:
steviez 2023-04-30 21:39:44 -04:00 committed by GitHub
parent 1a995ade3f
commit 427ad7b5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -567,10 +567,10 @@ impl AccountsHashVerifier {
}
}
}
inc_new_counter_info!("accounts_hash_verifier-hashes_verified", verified_count);
datapoint_info!(
"accounts_hash_verifier",
("highest_slot_verified", highest_slot, i64),
("num_verified", verified_count, i64),
);
false
}