Module aws_smithy_observability_otel::meter

source ·
Available on non-PowerPC only.
Expand description

OpenTelemetry based implementations of the Smithy Observability Meter traits.

Structs§

Traits§

  • A measurement that can be taken asynchronously.
  • Collects a set of events with an event count and sum for all events.
  • The entry point to creating instruments. A grouping of related metrics.
  • A counter that monotonically increases.
  • Provides named instances of Meter.
  • A counter that can increase or decrease.