We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0488cce + 20f1204 commit eec1be0Copy full SHA for eec1be0
opentelemetry-otlp/src/lib.rs
@@ -100,7 +100,6 @@
100
//! * `grpc-tonic`: Use `tonic` as grpc layer. This is enabled by default.
101
//! * `gzip-tonic`: Use gzip compression for `tonic` grpc layer.
102
//! * `zstd-tonic`: Use zstd compression for `tonic` grpc layer.
103
-//! * `tls-tonic`: Enable TLS.
104
//! * `tls-roots`: Adds system trust roots to rustls-based gRPC clients using the rustls-native-certs crate
105
//! * `tls-webkpi-roots`: Embeds Mozilla's trust roots to rustls-based gRPC clients using the webkpi-roots crate
106
//!
0 commit comments