Instrument

zio.telemetry.opentelemetry.metrics.internal.Instrument
See theInstrument companion object
trait Instrument[-A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Counter[A]
trait Histogram[A]
trait UpDownCounter[A]

Members list

Value members

Abstract methods

def record0(value: A, attributes: Attributes, context: Context): Unit