diff --git a/crates/tabby/src/otel.rs b/crates/tabby/src/otel.rs index e0c0f0cd1e9c..5cac523ef155 100644 --- a/crates/tabby/src/otel.rs +++ b/crates/tabby/src/otel.rs @@ -1,7 +1,5 @@ -use axum_prometheus::lifecycle::layer; use opentelemetry::{ - global, - trace::{FutureExt, TracerProvider as _}, + trace::TracerProvider as _, KeyValue, }; use opentelemetry_otlp::WithExportConfig;