Settings

object Settings
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

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).

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

case class ForValueInstrument(unit: MeasurementUnit, autoUpdateInterval: Duration) extends Settings

Settings that apply to all metrics backed by instruments that produce a single value (e.g. counters and gauges).

Settings that apply to all metrics backed by instruments that produce a single value (e.g. counters and gauges).

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror