Module metrics

Module metrics 

Source
Expand description

A framework for adding metrics to an app.

Structs§

MetricsService
StdCounter
Naive implementation of a Counter.

Enums§

Metric

Traits§

Counter
Counter is a Metric that represents a single numerical value that can increases over time.