We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd80d8a commit 7596bacCopy full SHA for 7596bac
opentelemetry-sdk/src/logs/log_processor.rs
@@ -55,7 +55,7 @@ pub trait LogProcessor: Send + Sync + Debug {
55
/// A [LogProcessor] that passes logs to the configured `LogExporter`, as soon
56
/// as they are emitted, without any batching. This is typically useful for
57
/// debugging and testing. For scenarios requiring higher
58
-/// performance/throughput, consider using [BatchSpanProcessor].
+/// performance/throughput, consider using [BatchLogProcessor].
59
#[derive(Debug)]
60
pub struct SimpleLogProcessor {
61
exporter: Mutex<Box<dyn LogExporter>>,
0 commit comments