5
Một trong những thuộc tính mà "Metrics" của Codahale nhận được là "biased".
Ai đó có thể giải thích điều đó có nghĩa là gì?"biased" có nghĩa là gì trong biểu đồ "Metrics"
public Histogram newHistogram(Class<?> klass,
String name,
boolean biased)
Creates a new Histogram and registers it under the given class and name.
Parameters:
klass - the class which owns the metric
name - the name of the metric
biased - whether or not the histogram should be biased
Returns:
a new Histogram