diff options
Diffstat (limited to 'crates/router/src/processor/route.rs')
-rw-r--r-- | crates/router/src/processor/route.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/router/src/processor/route.rs b/crates/router/src/processor/route.rs index 404c2ca..d51a86a 100644 --- a/crates/router/src/processor/route.rs +++ b/crates/router/src/processor/route.rs @@ -3,7 +3,7 @@ use std::{collections::HashSet, sync::Arc}; use opentelemetry::global; use prost::Message; -use tracing::{info_span, instrument, trace, trace_span, warn, Instrument, Span}; +use tracing::{Instrument, Span, info_span, instrument, trace, trace_span, warn}; use tracing_opentelemetry::OpenTelemetrySpanExt; use warden_core::{google, message::Payload}; use warden_stack::tracing::telemetry::nats; |