File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use std::sync::atomic::AtomicBool;
9
9
use std:: sync:: { Arc , Mutex } ;
10
10
use std:: time;
11
11
12
- /// An in-memory logs exporter that stores logs data in memory..
12
+ /// An in-memory logs exporter that stores logs data in memory.
13
13
///
14
14
/// This exporter is useful for testing and debugging purposes.
15
15
/// It stores logs in a `Vec<OwnedLogData>`. Logs can be retrieved using
@@ -73,7 +73,7 @@ pub struct LogDataWithResource {
73
73
pub resource : Cow < ' static , Resource > ,
74
74
}
75
75
76
- ///Builder for [' InMemoryLogExporter' ].
76
+ ///Builder for [` InMemoryLogExporter` ].
77
77
/// # Example
78
78
///
79
79
/// ```no_run
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use std::time::Duration;
8
8
/// An in-memory span exporter that stores span data in memory.
9
9
///
10
10
/// This exporter is useful for testing and debugging purposes. It stores
11
- /// metric data in a `Vec<SpanData>`. Metrics can be retrieved
11
+ /// span data in a `Vec<SpanData>`. Spans can be retrieved
12
12
/// using the `get_finished_spans` method.
13
13
/// # Example
14
14
/// ```
You can’t perform that action at this time.
0 commit comments