Module aws_smithy_observability::meter
source · Expand description
Metrics are used to gain insight into the operational performance and health of a system in real time.
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.