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 fc37341 commit 94c854aCopy full SHA for 94c854a
opentelemetry-sdk/src/logs/log_processor.rs
@@ -524,7 +524,7 @@ where
524
return LogResult::Ok(());
525
}
526
527
- let export = exporter.export(LogBatch::new_with_owned_data(batch));
+ let export = exporter.export(LogBatch::new_with_owned_data(batch.as_slice()));
528
let export_result = futures_executor::block_on(export);
529
530
// Clear the batch vec after exporting
0 commit comments