remove duplicate metric (#2507)
This commit is contained in:
parent
14742890d6
commit
85acf55ad8
|
@ -47,9 +47,6 @@ declareHistogram beacon_aggregate_delay,
|
|||
declareHistogram beacon_block_delay,
|
||||
"Time(s) between slot start and beacon block reception", buckets = delayBuckets
|
||||
|
||||
declareHistogram beacon_store_block_duration_seconds,
|
||||
"storeBlock() duration", buckets = [0.25, 0.5, 1, 2, 4, 8, Inf]
|
||||
|
||||
type
|
||||
Eth2Processor* = object
|
||||
doppelGangerDetectionEnabled*: bool
|
||||
|
|
Loading…
Reference in New Issue