Skip to content

Commit f3656d3

Browse files
Merge pull request #3 from babylonlabs-io/hot-fix/push-metric-covenant-quorum
Push missing metric
2 parents 6e9664f + 0bf442c commit f3656d3

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)