Skip to content

Commit

Permalink
Merge pull request #3 from babylonlabs-io/hot-fix/push-metric-covenan…
Browse files Browse the repository at this point in the history
…t-quorum

Push missing metric
  • Loading branch information
KonradStaniec authored Aug 6, 2024
2 parents 6e9664f + 0bf442c commit f3656d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/unbonding_pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ func (up *UnbondingPipeline) pushMetrics() error {
Collector(up.Metrics.FailedSigningReqs).
Collector(up.Metrics.SuccessfulSentTransactions).
Collector(up.Metrics.FailureSentTransactions).
Collector(up.Metrics.FailureToGetCovenantQuorum).
Push()
}

Expand Down

0 comments on commit f3656d3

Please sign in to comment.