open-metrics-client 0.4.0

Open Metrics client library allowing users to natively instrument applications.
Documentation
1
2
3
4
5
6
7
fn main() {
    prost_build::compile_protos(
        &["src/encoding/proto/open_metrics.proto"],
        &["src/encoding/proto"],
    )
    .unwrap();
}