fix description for BALANCES_CACHE_MISSES metric (#3545)
## Issue Addressed fixes metric description Co-authored-by: Nils Effinghausen <nils.effinghausen@t-systems.com>
This commit is contained in:
parent
60e9777db8
commit
f682df51a1
@ -325,7 +325,7 @@ lazy_static! {
|
|||||||
pub static ref BALANCES_CACHE_HITS: Result<IntCounter> =
|
pub static ref BALANCES_CACHE_HITS: Result<IntCounter> =
|
||||||
try_create_int_counter("beacon_balances_cache_hits_total", "Count of times balances cache fulfils request");
|
try_create_int_counter("beacon_balances_cache_hits_total", "Count of times balances cache fulfils request");
|
||||||
pub static ref BALANCES_CACHE_MISSES: Result<IntCounter> =
|
pub static ref BALANCES_CACHE_MISSES: Result<IntCounter> =
|
||||||
try_create_int_counter("beacon_balances_cache_misses_total", "Count of times balances cache fulfils request");
|
try_create_int_counter("beacon_balances_cache_misses_total", "Count of times balances cache misses request");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Persisting BeaconChain components to disk
|
* Persisting BeaconChain components to disk
|
||||||
|
Loading…
Reference in New Issue
Block a user