Codahale 的“指标”收到的属性之一是“有偏见的”。
有人可以解释这是什么意思吗?
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