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 4991ff3 commit 76e6940Copy full SHA for 76e6940
opentelemetry-sdk/src/logs/log_processor.rs
@@ -109,7 +109,7 @@ pub trait LogProcessor: Send + Sync + Debug {
109
/// When using this processor with the OTLP Exporter, the following exporter
110
/// features are supported:
111
/// - `grpc-tonic`: This requires LoggerProvider to be created within a tokio
112
-/// runtime. Logs can emitted from any thread, including tokio runtime
+/// runtime. Logs can be emitted from any thread, including tokio runtime
113
/// threads.
114
/// - `reqwest-blocking-client`: LoggerProvider may be created anywhere, but
115
/// logs must be emitted from a non-tokio runtime thread.
0 commit comments