Codahale の「メトリクス」が受け取ったプロパティの 1 つは「バイアス」です。
誰かがそれが何を意味するのか説明できますか?
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