File tree 3 files changed +3
-3
lines changed
opentelemetry-sdk/src/testing
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
//! In-Memory log exporter for testing purpose.
2
2
3
- /// The `in_memory_exporter` module provides in-memory logging functionalities .
3
+ /// The `in_memory_exporter` module provides in-memory log exporter .
4
4
/// For detailed usage and examples, see `in_memory_exporter`.
5
5
pub mod in_memory_exporter;
6
6
pub use in_memory_exporter:: { InMemoryLogsExporter , InMemoryLogsExporterBuilder } ;
Original file line number Diff line number Diff line change 1
1
//! In-Memory metrics exporter for testing purpose.
2
2
3
- /// The `in_memory_exporter` module provides in-memory metrics functionalities .
3
+ /// The `in_memory_exporter` module provides in-memory metrics exporter .
4
4
/// For detailed usage and examples, see `in_memory_exporter`.
5
5
pub mod in_memory_exporter;
6
6
pub use in_memory_exporter:: { InMemoryMetricsExporter , InMemoryMetricsExporterBuilder } ;
Original file line number Diff line number Diff line change 1
1
//! In-Memory trace exporter for testing purpose.
2
2
3
- /// The `in_memory_exporter` module provides in-memory trace functionalities .
3
+ /// The `in_memory_exporter` module provides in-memory trace exporter .
4
4
/// For detailed usage and examples, see `in_memory_exporter`.
5
5
pub mod in_memory_exporter;
6
6
pub use in_memory_exporter:: { InMemorySpanExporter , InMemorySpanExporterBuilder } ;
You can’t perform that action at this time.
0 commit comments