Commit b4495f1 1 parent fd31ec4 commit b4495f1 Copy full SHA for b4495f1
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
### Added
10
10
11
11
- Added ` DeltaTemporalitySelector ` ([ #1568 ] )
12
+ - Add ` webkpi-roots ` features to ` reqwest ` and ` tonic ` backends
12
13
13
14
[ #1568 ] : https://github.com/open-telemetry/opentelemetry-rust/pull/1568
14
15
Original file line number Diff line number Diff line change 97
97
//! * `gzip-tonic`: Use gzip compression for `tonic` grpc layer.
98
98
//! * `tls-tonic`: Enable TLS.
99
99
//! * `tls-roots`: Adds system trust roots to rustls-based gRPC clients using the rustls-native-certs crate
100
+ //! * `tls-webkpi-roots`: Embeds Mozilla's trust roots to rustls-based gRPC clients using the webkpi-roots crate
100
101
//!
101
102
//! The following feature flags offer additional configurations on http:
102
103
//!
103
104
//! * `http-proto`: Use http as transport layer, protobuf as body format.
104
105
//! * `reqwest-blocking-client`: Use reqwest blocking http client.
105
106
//! * `reqwest-client`: Use reqwest http client.
106
- //! * `reqwest-rustls`: Use reqwest with TLS.
107
+ //! * `reqwest-rustls`: Use reqwest with TLS with system trust roots via `rustls-native-certs` crate.
108
+ //! * `reqwest-rustls-webkpi-roots`: Use reqwest with TLS with Mozilla's trust roots via `webkpi-roots` crate.
107
109
//!
108
110
//! # Kitchen Sink Full Configuration
109
111
//!
You can’t perform that action at this time.
0 commit comments