Syntax

object Syntax extends Syntax
Companion:
class
trait Syntax
class Object
trait Matchable
class Any
Syntax.type

Type members

Inherited classlikes

Inherited from:
Syntax
Inherited from:
Syntax

Implicits

Inherited implicits

implicit def counterInstrumentInspection(instrument: Instrument[Counter, ForValueInstrument]): RichCounterInstrument

Retrieves the current value of a Counter instrument

Retrieves the current value of a Counter instrument

Inherited from:
Syntax
implicit def distributionInstrumentInspection[T <: Instrument[LazyRef(...), ForDistributionInstrument]](instrument: T): RichDistributionInstrument

Retrieves the current distribution of a histogram, timer or range sampler instrument

Retrieves the current distribution of a histogram, timer or range sampler instrument

Inherited from:
Syntax
implicit def gaugeInstrumentInspection(instrument: Instrument[Gauge, ForValueInstrument]): RichGaugeInstrument

Retrieves the current value of a Gauge instrument

Retrieves the current value of a Gauge instrument

Inherited from:
Syntax