We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fff928 commit 0018b2fCopy full SHA for 0018b2f
opentelemetry-stdout/src/logs/transform.rs
@@ -1,7 +1,7 @@
1
use std::{borrow::Cow, collections::HashMap, time::SystemTime};
2
3
use crate::common::{
4
- as_human_readable, as_opt_human_readable, as_opt_unix_nano, as_unix_nano, AttributeSet, Key,
+ as_human_readable, as_opt_human_readable, as_opt_unix_nano, as_unix_nano, AttributeSet,
5
KeyValue, Resource, Scope, Value,
6
};
7
use serde::Serialize;
0 commit comments