Commit ba1657a5 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common tools - Method Wrappers:

- Updated default histogram set of buckets
parent 85359015
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ METRIC_TO_CLASS_PARAMS = {
            0.010, 0.020, 0.030, 0.040, 0.050, 0.060, 0.070, 0.080, 0.090,  # 10~90 ms
            0.100, 0.200, 0.300, 0.400, 0.500, 0.600, 0.700, 0.800, 0.900,  # 100~900 ms
            1.000, 2.000, 3.000, 4.000, 5.000, 6.000, 7.000, 8.000, 9.000,  # 1~9 sec
            10.0, 20.0, 30.0, 40.0, 50.0, 60.0, INF                         # 10~60 sec & Infinity
            10.00, 20.00, 30.00, 40.00, 50.00, 60.00, 70.00, 80.00, 90.00,  # 10~90 sec
            100.0, 110.0, 120.0, INF                                        # 100sec~2min & Infinity
        )
    })
}