feat: add state regren duration metric (#12672)

This commit is contained in:
terencechain
2023-07-27 12:33:25 -07:00
committed by GitHub
parent e449724034
commit 493905ee9e

View File

@@ -75,6 +75,8 @@ func (_ *State) replayBlocks(
"duration": duration,
}).Debug("Replayed state")
replayBlocksSummary.Observe(float64(duration.Milliseconds()))
return state, nil
}