Syntax

kamon.testkit.InstrumentInspection.Syntax
See theSyntax companion object
trait Syntax

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Syntax.type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

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

Attributes

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

Attributes

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

Retrieves the current value of a Gauge instrument

Retrieves the current value of a Gauge instrument

Attributes