Adaptive sampling should preserve accumulated rate limiter balances #1729
Labels
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
meta-issue
An tracking issue that requires work in other repos
Requirement - what kind of business use case are you trying to solve?
Dynamically update lower-bound rate limiter settings in adaptive sampling.
Problem - what in Jaeger blocks you from solving the requirement?
Many Jaeger clients implement this by completely replacing rate limiters with a new object, discarding the current accumulated balance of the existing rate limiter.
Proposal - what do you suggest to solve the problem or improve the existing situation?
The Node.js client already implements these behaviors and can be used as a reference.
Related issue: #1728
The text was updated successfully, but these errors were encountered: