Skip to content

Commit

Permalink
Adds "slot" to bank-hash_internal_state datapoint (#3089)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Oct 7, 2024
1 parent 9fc633c commit 8a78fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5475,6 +5475,7 @@ impl Bank {
let total_us = measure_total.end_as_us();
datapoint_info!(
"bank-hash_internal_state",
("slot", slot, i64),
("total_us", total_us, i64),
("accounts_delta_hash_us", accounts_delta_hash_us, i64),
);
Expand Down

0 comments on commit 8a78fdd

Please sign in to comment.