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 6f2fbb3 commit f1cbe29Copy full SHA for f1cbe29
opentelemetry-sdk/src/trace/span_processor.rs
@@ -330,6 +330,7 @@ impl<R: RuntimeChannel> BatchSpanProcessorInternal<R> {
330
} else if let Err(err) = result {
331
// If no channel is provided and the export operation encountered an error,
332
// log the error directly here.
333
+ // TODO: Consider returning the status instead of logging it.
334
otel_error!(
335
name: "BatchSpanProcessor.Flush.ExportError",
336
reason = format!("{:?}", err),
0 commit comments