Skip to content

Commit 9372fc4

Browse files
committed
change error to reason
1 parent 1937514 commit 9372fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/trace/span_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ impl<R: RuntimeChannel> BatchSpanProcessorInternal<R> {
369369
if let Err(err) = export_task.await {
370370
otel_error!(
371371
name: "BatchSpanProcessor.Export.Error",
372-
error = format!("{}", err)
372+
reason = format!("{}", err)
373373
);
374374
}
375375

0 commit comments

Comments
 (0)