opentelemetry

Module metrics

Source
Available on crate feature metrics only.
Expand description

§OpenTelemetry Metrics API

Structs§

  • Configuration for building an async instrument.
  • An instrument that records increasing values.
  • An instrument that records independent values
  • An instrument that records a distribution of values.
  • Configuration for building a Histogram.
  • Configuration for building a sync instrument.
  • Provides the ability to create instruments for recording measurements or accepting callbacks to report measurements.
  • An async instrument that records increasing values.
  • An async instrument that records independent readings.
  • An async instrument that records increasing or decreasing values.
  • An instrument that records increasing or decreasing values.

Traits§

  • An SDK implemented instrument that records measurements via callback.
  • SDK implemented trait for creating instruments
  • Provides access to named Meter instances, for instrumenting an application or crate.
  • An SDK implemented instrument that records measurements synchronously.

Type Aliases§

  • A function registered with a Meter that makes observations for the instruments it is registered with.