Skip to content

Commit 7596bac

Browse files
committed
fix link
1 parent dd80d8a commit 7596bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub trait LogProcessor: Send + Sync + Debug {
5555
/// A [LogProcessor] that passes logs to the configured `LogExporter`, as soon
5656
/// as they are emitted, without any batching. This is typically useful for
5757
/// debugging and testing. For scenarios requiring higher
58-
/// performance/throughput, consider using [BatchSpanProcessor].
58+
/// performance/throughput, consider using [BatchLogProcessor].
5959
#[derive(Debug)]
6060
pub struct SimpleLogProcessor {
6161
exporter: Mutex<Box<dyn LogExporter>>,

0 commit comments

Comments
 (0)