Skip to content

Releases: Netflix/concurrency-limits

Capture data from sample window in a single immutable class

17 Apr 02:12
0c9773f
Compare
Choose a tag to compare
Merge pull request #38 from elandau/feature/api

Capture data from sample window in a single immutable class

Fix Vegas smoothing

05 Apr 20:13
39486b6
Compare
Choose a tag to compare
Merge pull request #36 from elandau/bugfix/vegas_smoothing

Fix Vegas smoothing and set default to 1.0

Fix partitionByPathInfo

30 Mar 04:48
04a21c7
Compare
Choose a tag to compare

v0.0.19: Merge pull request #27 from Netflix/feature/rtt_tolerance

14 Mar 17:39
744f8ae
Compare
Choose a tag to compare
  • Guages for min_window_rtt and queue_size
  • rtt change tolerance configuration

Fix min rtt sample units

11 Mar 01:23
1c0cba2
Compare
Choose a tag to compare
Merge pull request #25 from Netflix/feature/min_threshold

Min rtt threshold should be in nanos

Ignore unusually low RTT samples

11 Mar 01:09
4e51127
Compare
Choose a tag to compare
Merge pull request #24 from Netflix/feature/min_threshold

Eliminated unusually low values that skew the limit estimation

Speed up gradient convergence to the limit

22 Feb 18:21
165e39f
Compare
Choose a tag to compare
Merge pull request #23 from Netflix/feature/vegas_pre_extend_limit

Gradient algo improvements

Speed up gradient convergence to the limit

22 Feb 16:48
165e39f
Compare
Choose a tag to compare
Merge pull request #23 from Netflix/feature/vegas_pre_extend_limit

Gradient algo improvements

Square root function optimization

13 Feb 17:45
5c2e480
Compare
Choose a tag to compare
Merge pull request #22 from Netflix/feature/fast_sqrt

Optimized function for calculating square roots

Re-add deprecated method

09 Feb 22:09
220468f
Compare
Choose a tag to compare
Merge pull request #20 from Netflix/bugfix/unregister_old_guage

Re-add deprecated method, for now