Skip to content

Commit

Permalink
Export OTLP types (#175)
Browse files Browse the repository at this point in the history
Export OTLP configuration types.
  • Loading branch information
Andreas Wiede authored Aug 12, 2020
1 parent 8836674 commit 5819c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-otlp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ mod proto;
mod span;
mod transform;

pub use crate::span::Exporter;
pub use crate::span::{Compression, Credentials, Exporter, ExporterConfig, Protocol};

0 comments on commit 5819c11

Please sign in to comment.