mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
feat: add state regren duration metric (#12672)
This commit is contained in:
@@ -75,6 +75,8 @@ func (_ *State) replayBlocks(
|
||||
"duration": duration,
|
||||
}).Debug("Replayed state")
|
||||
|
||||
replayBlocksSummary.Observe(float64(duration.Milliseconds()))
|
||||
|
||||
return state, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user