We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c41424 commit 4ca24d8Copy full SHA for 4ca24d8
opentelemetry-appender-log/src/lib.rs
@@ -100,7 +100,7 @@ use opentelemetry::{
100
Key,
101
};
102
#[cfg(feature = "experimental_metadata_attributes")]
103
-use opentelemetry_semantic_conventions::trace::{CODE_FILEPATH, CODE_LINENO, CODE_NAMESPACE};
+use opentelemetry_semantic_conventions::attribute::{CODE_FILEPATH, CODE_LINENO, CODE_NAMESPACE};
104
use std::borrow::Cow;
105
106
pub struct OpenTelemetryLogBridge<P, L>
0 commit comments