This commit is contained in:
Eitan Seri- Levi
2026-02-03 22:07:49 -08:00
parent 0a111f51af
commit 16611452c5
7 changed files with 8 additions and 101 deletions

View File

@@ -251,13 +251,6 @@ pub static BEACON_BLOBS_CACHE_HIT_COUNT: LazyLock<Result<IntCounter>> = LazyLock
"Number of hits to the store's blob cache",
)
});
pub static BEACON_PAYLOAD_ENVELOPE_CACHE_HIT_COUNT: LazyLock<Result<IntCounter>> =
LazyLock::new(|| {
try_create_int_counter(
"store_beacon_payload_envelope_cache_hit_total",
"Number of hits to the store's payload envelope cache",
)
});
pub static STORE_BEACON_BLOCK_CACHE_SIZE: LazyLock<Result<IntGauge>> = LazyLock::new(|| {
try_create_int_gauge(
"store_beacon_block_cache_size",