Expand description
Collection of metrics utilities.
§Feature Flags
common
: Common metrics utilities, such as wrappers around tokio senders and receivers. Pulls intokio
.
Re-exports§
pub use metrics;
Modules§
- common
common
Implementation of common metric utilities.
Derive Macros§
- Metrics derive macro. The Metrics derive macro instruments all of the struct fields and creates a [Default] implementation for the struct registering all of the metrics.