runtime: rename executor cache datapoint (#31716)

This commit is contained in:
Trent Nelson 2023-05-18 14:37:01 -06:00 committed by GitHub
parent d391e75a60
commit a0850a7501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),