Package io.split.telemetry.utils
Class BucketCalculator
- java.lang.Object
-
- io.split.telemetry.utils.BucketCalculator
-
public class BucketCalculator extends Object
Calculates buckets from latency (1) 1.00 (2) 1.50 (3) 2.25 (4) 3.38 (5) 5.06 (6) 7.59 (7) 11.39 (8) 17.09 (9) 25.63 (10) 38.44 (11) 57.67 (12) 86.50 (13) 129.75 (14) 194.62 (15) 291.93 (16) 437.89 (17) 656.84 (18) 985.26 (19) 1,477.89 (20) 2,216.84 (21) 3,325.26 (22) 4,987.89 (23) 7,481.83
-
-
Constructor Summary
Constructors Constructor Description BucketCalculator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetBucketForLatency(long latency)
-