Skip to content

Commit c61e089

Browse files
committed
fix metrics help description
1 parent ada0d1f commit c61e089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beacon_node/beacon_chain/src/metrics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ lazy_static! {
246246
);
247247
pub static ref ATTESTATION_PROCESSING_STATE_SKIP_TIMES: Result<Histogram> = try_create_histogram(
248248
"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"
250250
);
251251
pub static ref ATTESTATION_PROCESSING_SIGNATURE_SETUP_TIMES: Result<Histogram> = try_create_histogram(
252252
"beacon_attestation_processing_signature_setup_seconds",
@@ -858,7 +858,7 @@ lazy_static! {
858858

859859
pub static ref BEACON_BLOB_DELAY_ALL_OBSERVED_SLOT_START: Result<IntGauge> = try_create_int_gauge(
860860
"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.",
862862
);
863863

864864
pub static ref BEACON_BLOCK_DELAY_CONSENSUS_VERIFICATION_TIME: Result<IntGauge> = try_create_int_gauge(

0 commit comments

Comments
 (0)