File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
beacon_node/beacon_chain/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ lazy_static! {
246
246
) ;
247
247
pub static ref ATTESTATION_PROCESSING_STATE_SKIP_TIMES : Result <Histogram > = try_create_histogram(
248
248
"beacon_attestation_processing_state_skip_seconds" ,
249
- "Time spent on reading the state during attestation processing"
249
+ "Time spent on skipping the state during attestation processing"
250
250
) ;
251
251
pub static ref ATTESTATION_PROCESSING_SIGNATURE_SETUP_TIMES : Result <Histogram > = try_create_histogram(
252
252
"beacon_attestation_processing_signature_setup_seconds" ,
@@ -858,7 +858,7 @@ lazy_static! {
858
858
859
859
pub static ref BEACON_BLOB_DELAY_ALL_OBSERVED_SLOT_START : Result <IntGauge > = try_create_int_gauge(
860
860
"beacon_blob_delay_all_observed_slot_start" ,
861
- "Duration between the start of the block's slot and the time the block was observed." ,
861
+ "Duration between the start of the block's slot and the time when all blobs have been observed." ,
862
862
) ;
863
863
864
864
pub static ref BEACON_BLOCK_DELAY_CONSENSUS_VERIFICATION_TIME : Result <IntGauge > = try_create_int_gauge(
You can’t perform that action at this time.
0 commit comments