Spans are double-counted in redis when quota is defined for span
and span_indexed
.
#4259
Labels
bug
Something isn't working
span
and span_indexed
.
#4259
A quota like
increments the redis counter by 2 for each span. This has the effect that rate limits start dropping events earlier than they should.
This PR already contains a test to reproduce the behavior: #4258
The text was updated successfully, but these errors were encountered: