diff --git a/internal/consensus/metrics.go b/internal/consensus/metrics.go index f18f3546c..d6673f272 100644 --- a/internal/consensus/metrics.go +++ b/internal/consensus/metrics.go @@ -74,7 +74,7 @@ type Metrics struct { StepDuration metrics.Histogram stepStart time.Time - // Time taken to receive a block in seconds, measured between when a new block is first + // Histogram of time taken to receive a block in seconds, measured between when a new block is first // discovered to when the block is completed. BlockGossipReceiveTime metrics.Histogram blockGossipStart time.Time