Expand description
A framework for adding metrics to an app.
Structs§
- Metrics
Service - StdCounter
- Naive implementation of a
Counter.
Enums§
Traits§
- Counter
Counteris aMetricthat represents a single numerical value that can increases over time.
A framework for adding metrics to an app.
Counter.Counter is a Metric that represents a single numerical value that can
increases over time.