metrics-exporter-prometheus 0.18.0

A metrics-compatible exporter for sending metrics to Prometheus.
Documentation
1
2
3
4
5
6
fn main() {
    #[cfg(feature = "protobuf")]
    {
        prost_build::compile_protos(&["proto/metrics.proto"], &["proto/"]).unwrap();
    }
}