remove duplicate metric (#2507)

This commit is contained in:
Ștefan Talpalaru 2021-04-15 13:42:40 +02:00 committed by GitHub
parent 14742890d6
commit 85acf55ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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