Module aws_smithy_observability_otel::meter
source · Available on non-PowerPC only.
Expand description
OpenTelemetry based implementations of the Smithy Observability Meter traits.
Structs§
- An OpenTelemetry based implementation of the AWS SDK’s MeterProvider trait
- A struct to hold the various types of telemetry providers.
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.
- Provides named instances of Meter.
- A counter that monotonically increases.
- A counter that can increase or decrease.