Skip to content

Commit 0bf442c

Browse files
committed
Push missing metric
1 parent 6e9664f commit 0bf442c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/unbonding_pipeline.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ func (up *UnbondingPipeline) pushMetrics() error {
282282
Collector(up.Metrics.FailedSigningReqs).
283283
Collector(up.Metrics.SuccessfulSentTransactions).
284284
Collector(up.Metrics.FailureSentTransactions).
285+
Collector(up.Metrics.FailureToGetCovenantQuorum).
285286
Push()
286287
}
287288

0 commit comments

Comments
 (0)