ForValueInstrument

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

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