Skip to content

Commit

Permalink
Update metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
mooselumph committed Oct 28, 2024
1 parent f594b91 commit 592ff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ratelimit/limiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (d *rateLimiter) checkAllowed(ctx context.Context, params common.RequestPar
"requester_id": params.RequesterID,
"requester_name": params.RequesterName,
"bucket_index": strconv.Itoa(i),
}).Set(float64(bucketParams.BucketLevels[i]))
}).Set(float64(bucketLevels[i]))
}
}

Expand Down

0 comments on commit 592ff05

Please sign in to comment.