ForDistributionInstrument

case class ForDistributionInstrument(unit: MeasurementUnit, autoUpdateInterval: Duration, dynamicRange: DynamicRange) extends Settings

Settings that apply to all metrics backed by instruments that produce value distributions (e.g. timers, range samplers and, of course, histograms).

trait Serializable
trait Product
trait Equals
trait Settings
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product