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 df6489a commit 643b1f6Copy full SHA for 643b1f6
opentelemetry-sdk/src/trace/span_processor.rs
@@ -107,7 +107,7 @@ pub trait SpanProcessor: Send + Sync + std::fmt::Debug {
107
/// When using this processor with the OTLP Exporter, the following exporter
108
/// features are supported:
109
/// - `grpc-tonic`: This requires TracerProvider to be created within a tokio
110
-/// runtime. Spans can emitted from any thread, including tokio runtime
+/// runtime. Spans can be emitted from any thread, including tokio runtime
111
/// threads.
112
/// - `reqwest-blocking-client`: TracerProvider may be created anywhere, but
113
/// spans must be emitted from a non-tokio runtime thread.
0 commit comments