tracing-loki-fmt 0.1.2

Grafana Loki tracing layer
Documentation
1
2
3
4
5
6
fn main() {
    prost_build::Config::new()
        .include_file("proto.rs")
        .compile_protos(&["./proto/push.proto"], &["./proto"])
        .expect("failed to compile protos");
}