Skip to content

Commit df6489a

Browse files
cijothomaslalitb
andauthored
Update opentelemetry-sdk/src/trace/span_processor.rs
Co-authored-by: Lalit Kumar Bhasin <[email protected]>
1 parent 76e6940 commit df6489a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/trace/span_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub trait SpanProcessor: Send + Sync + std::fmt::Debug {
102102
/// `SpanExporter`, as soon as they are finished, without any batching. This is
103103
/// typically useful for debugging and testing. For scenarios requiring higher
104104
/// performance/throughput, consider using [BatchSpanProcessor].
105-
/// Log records are exported synchronously
105+
/// Spans are exported synchronously
106106
/// in the same thread that emits the log record.
107107
/// When using this processor with the OTLP Exporter, the following exporter
108108
/// features are supported:

0 commit comments

Comments
 (0)