Ido Ben Amram
Ido Ben Amram
In our system we want to limit our inserts to a certain bandwidth. to do this we need to serialise and compress our data twice, once to calculate the bandwidth...
**Is your feature request related to a problem? Please describe.** Hi, we are really excited to use the new TimelineLabels labels for our data collection projects, but currently the feature...
Hey, This might just be miss using the feature but I came across a weird problem. I create a `RateLimter`: ``` let limiter = Arc::new( leaky_bucket::RateLimiter::builder() .refill(some_num) .max(sum_num * 50)...
### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Nice to have...