fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alex 2022-02-21 13:11:49 +01:00
parent 8f5cf60da3
commit 5bf3886fa2
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use log::{debug, trace};
#[cfg(feature = "telemetry")]
use opentelemetry::{
trace::{FutureExt, SpanKind, TraceContextExt, TraceId, Tracer},
trace::{FutureExt, Span, SpanKind, TraceContextExt, TraceId, Tracer},
Context, KeyValue,
};
#[cfg(feature = "telemetry")]