Skip to content

Commit

Permalink
fix metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Jan 1, 2025
1 parent 453e02b commit 4442449
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/observability/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,6 @@ func RecordQueueSendError() {
queueSendErrorCounter.Inc()
}

func IncrementInvalidStakingWithdrawalTxCounter() {
invalidTransactionsCounter.WithLabelValues("withdraw_staking_transactions").Inc()
}

func IncrementInvalidUnbondingWithdrawalTxCounter() {
invalidTransactionsCounter.WithLabelValues("withdraw_unbonding_transactions").Inc()
}

func IncrementInvalidUnbondingTxCounter() {
invalidTransactionsCounter.WithLabelValues("unbonding_transactions").Inc()
}
Expand Down

0 comments on commit 4442449

Please sign in to comment.