From 7596bac713cae169cc882f3eb332afd38f7f238d Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Mon, 11 Mar 2024 22:32:09 -0700 Subject: [PATCH] fix link --- opentelemetry-sdk/src/logs/log_processor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-sdk/src/logs/log_processor.rs b/opentelemetry-sdk/src/logs/log_processor.rs index 21572aeba3..57ace8dad6 100644 --- a/opentelemetry-sdk/src/logs/log_processor.rs +++ b/opentelemetry-sdk/src/logs/log_processor.rs @@ -55,7 +55,7 @@ pub trait LogProcessor: Send + Sync + Debug { /// A [LogProcessor] that passes logs to the configured `LogExporter`, as soon /// as they are emitted, without any batching. This is typically useful for /// debugging and testing. For scenarios requiring higher -/// performance/throughput, consider using [BatchSpanProcessor]. +/// performance/throughput, consider using [BatchLogProcessor]. #[derive(Debug)] pub struct SimpleLogProcessor { exporter: Mutex>,