We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e9664f + 0bf442c commit f3656d3Copy full SHA for f3656d3
internal/services/unbonding_pipeline.go
@@ -282,6 +282,7 @@ func (up *UnbondingPipeline) pushMetrics() error {
282
Collector(up.Metrics.FailedSigningReqs).
283
Collector(up.Metrics.SuccessfulSentTransactions).
284
Collector(up.Metrics.FailureSentTransactions).
285
+ Collector(up.Metrics.FailureToGetCovenantQuorum).
286
Push()
287
}
288
0 commit comments