From e218bc44f500bd8358b174b5a860c257c403ba58 Mon Sep 17 00:00:00 2001 From: Renato Lochetti Date: Wed, 16 Oct 2024 11:26:18 +0100 Subject: [PATCH] docs: Remove mention to unexisting `tls-tonic` feature flag --- opentelemetry-otlp/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/opentelemetry-otlp/src/lib.rs b/opentelemetry-otlp/src/lib.rs index 0c05becb0a..0498d8f2ed 100644 --- a/opentelemetry-otlp/src/lib.rs +++ b/opentelemetry-otlp/src/lib.rs @@ -100,7 +100,6 @@ //! * `grpc-tonic`: Use `tonic` as grpc layer. This is enabled by default. //! * `gzip-tonic`: Use gzip compression for `tonic` grpc layer. //! * `zstd-tonic`: Use zstd compression for `tonic` grpc layer. -//! * `tls-tonic`: Enable TLS. //! * `tls-roots`: Adds system trust roots to rustls-based gRPC clients using the rustls-native-certs crate //! * `tls-webkpi-roots`: Embeds Mozilla's trust roots to rustls-based gRPC clients using the webkpi-roots crate //!