We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb64fd5 commit 59a0f4eCopy full SHA for 59a0f4e
lambda-runtime/src/layers/otel.rs
@@ -1,7 +1,7 @@
1
use std::{fmt::Display, future::Future, pin::Pin, task};
2
3
use crate::LambdaInvocation;
4
-use opentelemetry_semantic_conventions::attribute as attribute;
+use opentelemetry_semantic_conventions::attribute;
5
use pin_project::pin_project;
6
use tower::{Layer, Service};
7
use tracing::{field, instrument::Instrumented, Instrument};
0 commit comments