Skip to content

Commit

Permalink
add open telemetry Span extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypadma committed Jan 23, 2024
1 parent 28fd955 commit f6307bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use tracing_subscriber::fmt::writer::MakeWriterExt;
use tracing_subscriber::{
fmt::format::FmtSpan, layer::SubscriberExt, registry::LookupSpan, Layer,
};
pub use tracing_opentelemetry::OpenTelemetrySpanExt;

pub mod middleware;
pub mod propagation;
Expand Down

0 comments on commit f6307bc

Please sign in to comment.