mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Merge branch 'release-v7.0.0' into unstable
This commit is contained in:
@@ -88,6 +88,15 @@ pub static BEACON_PROCESSOR_IMPORT_ERRORS_PER_TYPE: LazyLock<Result<IntCounterVe
|
||||
&["source", "component", "type"],
|
||||
)
|
||||
});
|
||||
pub static BEACON_PROCESSOR_GET_BLOCK_ROOTS_TIME: LazyLock<Result<HistogramVec>> =
|
||||
LazyLock::new(|| {
|
||||
try_create_histogram_vec_with_buckets(
|
||||
"beacon_processor_get_block_roots_time_seconds",
|
||||
"Time to complete get_block_roots when serving by_range requests",
|
||||
decimal_buckets(-3, -1),
|
||||
&["source"],
|
||||
)
|
||||
});
|
||||
|
||||
/*
|
||||
* Gossip processor
|
||||
|
||||
Reference in New Issue
Block a user