Measurement

org.typelevel.otel4s.metrics.Measurement
See theMeasurement companion object
sealed trait Measurement[A]

The measurement to use with asynchronous instruments.

Type parameters

A

the type of the values to record

Attributes

Companion
object
Source
Measurement.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

The set of attributes to associate with the value

The set of attributes to associate with the value

Attributes

Source
Measurement.scala
def value: A

The value to record

The value to record

Attributes

Source
Measurement.scala