rust-prometheus
rust-prometheus copied to clipboard
Add Number and Atomic impls for usize
This makes it possible to use AtomicUsize in metrics. Our primary use of metrics is storing the lengths of various things, so nearly everywhere we update metrics we currently have to write a conversion. This lets us delete the conversions.