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.
1 parent bd0af70 commit 2150812Copy full SHA for 2150812
opentelemetry-otlp/src/lib.rs
@@ -451,13 +451,16 @@ pub enum Protocol {
451
/// Placeholder type when no exporter pipeline has been configured in telemetry pipeline.
452
pub struct NoExporterConfig(());
453
454
+/// Re-exported types from the `tonic` crate.
455
#[cfg(feature = "grpc-tonic")]
456
pub mod tonic_types {
457
+ /// Re-exported types from `tonic::metadata`.
458
pub mod metadata {
459
#[doc(no_inline)]
460
pub use tonic::metadata::MetadataMap;
461
}
462
463
+ /// Re-exported types from `tonic::transport`.
464
#[cfg(feature = "tls")]
465
pub mod transport {
466
0 commit comments