Syntax

trait Syntax

Exposes an implicitly available syntax to extract values and distribution from instruments.

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

Implicits

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

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

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

Retrieves the current value of a Gauge instrument

Retrieves the current value of a Gauge instrument