File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opentelemetry-appender-log/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ use opentelemetry::{
100100 Key ,
101101} ;
102102#[ cfg( feature = "experimental_metadata_attributes" ) ]
103- use opentelemetry_semantic_conventions:: trace :: { CODE_FILEPATH , CODE_LINENO , CODE_NAMESPACE } ;
103+ use opentelemetry_semantic_conventions:: attribute :: { CODE_FILEPATH , CODE_LINENO , CODE_NAMESPACE } ;
104104use std:: borrow:: Cow ;
105105
106106pub struct OpenTelemetryLogBridge < P , L >
@@ -1154,7 +1154,7 @@ mod tests {
11541154 #[ cfg( feature = "experimental_metadata_attributes" ) ]
11551155 #[ test]
11561156 fn logbridge_code_attributes ( ) {
1157- use opentelemetry_semantic_conventions:: trace :: {
1157+ use opentelemetry_semantic_conventions:: attribute :: {
11581158 CODE_FILEPATH , CODE_LINENO , CODE_NAMESPACE ,
11591159 } ;
11601160
You can’t perform that action at this time.
0 commit comments