Skip to content

Commit 8ae13b0

Browse files
committed
Update airdropper balance metrics event name
1 parent 32c3686 commit 8ae13b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/async/account/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
giftCardWorkerEventName = "GiftCardWorkerPollingCheck"
1313
swapRetryWorkerEventName = "SwapRetryWorkerPollingCheck"
1414

15-
airdropperBalanceEventName = "AirdropperBalance"
15+
airdropperBalanceEventName = "AirdropperBalancePollingCheck"
1616
)
1717

1818
func (p *service) metricsGaugeWorker(ctx context.Context) error {

0 commit comments

Comments
 (0)