We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e6940 commit df6489aCopy full SHA for df6489a
opentelemetry-sdk/src/trace/span_processor.rs
@@ -102,7 +102,7 @@ pub trait SpanProcessor: Send + Sync + std::fmt::Debug {
102
/// `SpanExporter`, as soon as they are finished, without any batching. This is
103
/// typically useful for debugging and testing. For scenarios requiring higher
104
/// performance/throughput, consider using [BatchSpanProcessor].
105
-/// Log records are exported synchronously
+/// Spans are exported synchronously
106
/// in the same thread that emits the log record.
107
/// When using this processor with the OTLP Exporter, the following exporter
108
/// features are supported:
0 commit comments