opentelemetry-stackdriver 0.29.1

[DEPRECATED] A Rust opentelemetry exporter that uploads traces to Google Stackdriver trace. Use OTLP with Google Cloud's OTLP-compatible ingestion or the OpenTelemetry Collector's `googlecloud` exporter instead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod api;

pub mod devtools {
    pub mod cloudtrace {
        pub mod v2;
    }
}

pub mod logging {
    pub mod r#type;
    pub mod v2;
}

pub mod rpc;