Skip to content

Commit

Permalink
chore(o11y): remove resolved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Sep 15, 2024
1 parent 7bff123 commit 4744b7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/synd_o11y/src/opentelemetry/propagation.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use opentelemetry::propagation::TextMapCompositePropagator;
use opentelemetry_sdk::propagation::{BaggagePropagator, TraceContextPropagator};

/// Currently axum and reqwest have different http crate versions.
/// axum is ver 1, reqwest ver 0.2, therefore, we use each type in inject and extract.
pub mod http {
use crate::opentelemetry::extension::*;
use opentelemetry_http::{HeaderExtractor, HeaderInjector};
Expand Down

0 comments on commit 4744b7f

Please sign in to comment.