Skip to content

Commit 76e6940

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pub trait LogProcessor: Send + Sync + Debug {
109109
/// When using this processor with the OTLP Exporter, the following exporter
110110
/// features are supported:
111111
/// - `grpc-tonic`: This requires LoggerProvider to be created within a tokio
112-
/// runtime. Logs can emitted from any thread, including tokio runtime
112+
/// runtime. Logs can be emitted from any thread, including tokio runtime
113113
/// threads.
114114
/// - `reqwest-blocking-client`: LoggerProvider may be created anywhere, but
115115
/// logs must be emitted from a non-tokio runtime thread.

0 commit comments

Comments
 (0)