In order to set up for a refactor that removes the `Metric` type, the `FmtMetric` trait--implemented by `Counter`, `Gauge`, and `Histogram`--is introduced to push prometheus formatting down into each type. With this change, the `Histogram` type now relies on `Counter` (and its metric formatting) more heavily. |
||
---|---|---|
.. | ||
benches | ||
convert | ||
futures-mpsc-lossy | ||
router | ||
src | ||
tests | ||
Cargo.toml |