Skip to content

Commit

Permalink
docs: Remove mention to unexisting tls-tonic feature flag (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochetti authored Oct 16, 2024
1 parent 8d84a76 commit 20f1204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opentelemetry-otlp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down

0 comments on commit 20f1204

Please sign in to comment.