prometheus-utils 0.5.1

Utilities built on top of the prometheus crate
Documentation
1
2
3
4
5
6
7
## Rust Prometheus utilities

A Rust crate adding helpful utilities on top of the `prometheus` crate, including:

* APIs to instrument futures with Prometheus metrics.
* APIs to ensure greater safety around gauges (through gaurds).
* Labeled metric APIs that apply some static checking to the labels.