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.
tls-tonic
1 parent 8d84a76 commit 20f1204Copy full SHA for 20f1204
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