You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The XRay sampling rules are of format x requests per second, and a rate of y.
However, the implementation of the sampler in golang allows the x requests to accumulate over time if not used. This is not desirable as it can allow for an unexpected increase burst of sampled requests after long time periods between requests.
The XRay sampling rules are of format
x requests
per second, and arate of y
.However, the implementation of the sampler in golang allows the
x requests
to accumulate over time if not used. This is not desirable as it can allow for an unexpected increase burst of sampled requests after long time periods between requests.Issue Details:
Quota balance should be capped to 1*quota
The text was updated successfully, but these errors were encountered: