Skip to content

Commit

Permalink
stray comment
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 10, 2024
1 parent a7085e4 commit d1a9fbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use tracing_subscriber::{prelude::*, EnvFilter, Registry};
pub fn get_trace_id() -> TraceId {
use opentelemetry::trace::TraceContextExt as _; // opentelemetry::Context -> opentelemetry::trace::Span
use tracing_opentelemetry::OpenTelemetrySpanExt as _; // tracing::Span to opentelemetry::Context
//tracing::Span::current().id().unwrap().into_u64()
tracing::Span::current()
.context()
.span()
Expand Down

0 comments on commit d1a9fbf

Please sign in to comment.