package metrics
- Alphabetic
- Public
- All
Type Members
-
trait
Counter[-A] extends Instrument[A]
A Counter instrument that records values of type
AA Counter instrument that records values of type
A- A
according to the specification, it can be either scala.Long or scala.Double type
-
trait
Histogram[-A] extends Instrument[A]
A Histogram instrument that records values of type
AA Histogram instrument that records values of type
A- A
according to the specification, it can be either scala.Long or scala.Double type
-
trait
Meter extends AnyRef
Provides instruments used to record measurements which are aggregated to metrics.
Provides instruments used to record measurements which are aggregated to metrics.
- See also
<a href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/supplementary-guidelines.md#instrument-selection">Instrument Selection Guidelines
-
trait
ObservableMeasurement[-A] extends AnyRef
An instrument for observing measurements with values of type
AAn instrument for observing measurements with values of type
A- A
according to the specification, it can be either scala.Long or scala.Double type
-
trait
UpDownCounter[-A] extends Instrument[A]
A UpDownCounter instrument that records values of type
AA UpDownCounter instrument that records values of type
A- A
according to the specification, it can be either scala.Long or scala.Double type
Value Members
- object Counter
- object Histogram
- object Meter
- object ObservableMeasurement
- object UpDownCounter