Skip to content

Commit

Permalink
runtime: rename executor cache datapoint (#31716)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson authored May 18, 2023
1 parent d391e75 commit a0850a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program-runtime/src/loaded_programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl Stats {
let one_hit_wonders = self.one_hit_wonders.load(Ordering::Relaxed);
let evictions: u64 = self.evictions.values().sum();
datapoint_info!(
"bank-executor-cache-stats",
"loaded-programs-cache-stats",
("slot", slot, i64),
("hits", hits, i64),
("misses", misses, i64),
Expand Down

0 comments on commit a0850a7

Please sign in to comment.