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 96454b1 commit 9119e22Copy full SHA for 9119e22
opentelemetry-sdk/src/logs/log_processor.rs
@@ -1116,7 +1116,7 @@ mod tests {
1116
let mut record: LogRecord = Default::default();
1117
let instrumentation: InstrumentationLibrary = Default::default();
1118
1119
- // This will panic because an async operation is called without a runtime.
+ // This will panic because an tokio async operation within exporter without a runtime.
1120
processor.emit(&mut record, &instrumentation);
1121
});
1122
0 commit comments