//! Interface for collecting runtime metrics.
//!
//! [`Metrics`] provide an API to collect information about operations preformed within the Aranya runtime.
use Duration;
/// [`Metrics`] provides an interface to push a named [`Metric`] to a collection.