ObservableMeasurement

org.typelevel.otel4s.metrics.ObservableMeasurement
See theObservableMeasurement companion object
trait ObservableMeasurement[F[_], A]

Attributes

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

Members list

Value members

Abstract methods

def record(value: A, attributes: Attributes): F[Unit]

Records a value with a set of attributes.

Records a value with a set of attributes.

Value parameters

attributes

the set of attributes to associate with the value

value

the value to record

Attributes

Source
ObservableMeasurement.scala

Concrete methods

final def record(value: A, attributes: Attribute[_]*): F[Unit]

Records a value with a set of attributes.

Records a value with a set of attributes.

Value parameters

attributes

the set of attributes to associate with the value

value

the value to record

Attributes

Source
ObservableMeasurement.scala