We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ab5c7 commit 73e8bc0Copy full SHA for 73e8bc0
pkg/watcher/watcher.go
@@ -132,6 +132,7 @@ func (w *Watcher) collectValidators(ctx context.Context) (near.ValidatorsRespons
132
w.metrics.ValidatorProducedChunks.Reset()
133
w.metrics.ValidatorSlashed.Reset()
134
w.metrics.ValidatorStake.Reset()
135
+ w.metrics.ValidatorRank.Reset()
136
w.metrics.NextValidatorStake.Reset()
137
w.metrics.CurrentProposals.Reset()
138
w.metrics.PrevEpochKickout.Reset()
0 commit comments