Skip to content

Commit 643b1f6

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

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
@@ -107,7 +107,7 @@ pub trait SpanProcessor: Send + Sync + std::fmt::Debug {
107107
/// When using this processor with the OTLP Exporter, the following exporter
108108
/// features are supported:
109109
/// - `grpc-tonic`: This requires TracerProvider to be created within a tokio
110-
/// runtime. Spans can emitted from any thread, including tokio runtime
110+
/// runtime. Spans can be emitted from any thread, including tokio runtime
111111
/// threads.
112112
/// - `reqwest-blocking-client`: TracerProvider may be created anywhere, but
113113
/// spans must be emitted from a non-tokio runtime thread.

0 commit comments

Comments
 (0)