mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 03:17:55 +00:00
delay cache, and remove some todos
This commit is contained in:
@@ -532,6 +532,16 @@ pub static SYNC_RPC_REQUEST_TIME: LazyLock<Result<HistogramVec>> = LazyLock::new
|
||||
)
|
||||
});
|
||||
|
||||
/*
|
||||
* Execution Payload Envelope Delay Metrics
|
||||
*/
|
||||
pub static ENVELOPE_DELAY_GOSSIP: LazyLock<Result<IntGauge>> = LazyLock::new(|| {
|
||||
try_create_int_gauge(
|
||||
"payload_envelope_delay_gossip",
|
||||
"The first time we see this payload envelope from gossip as a delay from the start of the slot",
|
||||
)
|
||||
});
|
||||
|
||||
/*
|
||||
* Block Delay Metrics
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user