zio.telemetry.opentelemetry.metrics

Members list

Type members

Classlikes

trait Counter[-A] extends Instrument[A]

A Counter instrument that records values of type A

A Counter instrument that records values of type A

Type parameters

A

according to the specification, it can be either scala.Long or scala.Double type

Attributes

Companion
object
Supertypes
trait Instrument[A]
class Object
trait Matchable
class Any
object Counter

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Counter.type
trait Histogram[-A] extends Instrument[A]

A Histogram instrument that records values of type A

A Histogram instrument that records values of type A

Type parameters

A

according to the specification, it can be either scala.Long or scala.Double type

Attributes

Companion
object
Supertypes
trait Instrument[A]
class Object
trait Matchable
class Any
object Histogram

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Histogram.type
trait Meter

Provides instruments used to record measurements which are aggregated to metrics.

Provides instruments used to record measurements which are aggregated to metrics.

Attributes

See also
Companion
object
Supertypes
class Object
trait Matchable
class Any
object Meter

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Meter.type

An instrument for observing measurements with values of type A

An instrument for observing measurements with values of type A

Type parameters

A

according to the specification, it can be either scala.Long or scala.Double type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait UpDownCounter[-A] extends Instrument[A]

A UpDownCounter instrument that records values of type A

A UpDownCounter instrument that records values of type A

Type parameters

A

according to the specification, it can be either scala.Long or scala.Double type

Attributes

Companion
object
Supertypes
trait Instrument[A]
class Object
trait Matchable
class Any
object UpDownCounter

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type