mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 11:25:55 +00:00
Measure consensus verification time (#6089)
* Measure consensus verification time * Track execution time properly
This commit is contained in:
@@ -857,6 +857,11 @@ lazy_static! {
|
||||
"Duration between the start of the block's slot and the time the block was observed.",
|
||||
);
|
||||
|
||||
pub static ref BEACON_BLOCK_DELAY_CONSENSUS_VERIFICATION_TIME: Result<IntGauge> = try_create_int_gauge(
|
||||
"beacon_block_delay_consensus_verification_time",
|
||||
"The time taken to verify the block within Lighthouse",
|
||||
);
|
||||
|
||||
pub static ref BEACON_BLOCK_DELAY_EXECUTION_TIME: Result<IntGauge> = try_create_int_gauge(
|
||||
"beacon_block_delay_execution_time",
|
||||
"The duration in verifying the block with the execution layer.",
|
||||
|
||||
Reference in New Issue
Block a user