Packages

package metrics

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal

Type Members

  1. trait Counter[-A] extends Instrument[A]

    A Counter instrument that records values of type A

    A Counter instrument that records values of type A

    A

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

  2. trait Histogram[-A] extends Instrument[A]

    A Histogram instrument that records values of type A

    A Histogram instrument that records values of type A

    A

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

  3. 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

  4. trait ObservableMeasurement[-A] extends AnyRef

    An instrument for observing measurements with values of type A

    An instrument for observing measurements with values of type A

    A

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

  5. trait UpDownCounter[-A] extends Instrument[A]

    A UpDownCounter instrument that records values of type A

    A 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

  1. object Counter
  2. object Histogram
  3. object Meter
  4. object ObservableMeasurement
  5. object UpDownCounter

Ungrouped