Skip to content

Commit aadc48f

Browse files
feat(otlp): Re-export tonic crate
1 parent 86e842c commit aadc48f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

opentelemetry-otlp/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -407,3 +407,7 @@ pub enum Protocol {
407407
#[doc(hidden)]
408408
/// Placeholder type when no exporter pipeline has been configured in telemetry pipeline.
409409
pub struct NoExporterConfig(());
410+
411+
#[cfg(feature = "grpc-tonic")]
412+
#[doc(no_inline)]
413+
pub use tonic;

0 commit comments

Comments
 (0)