Skip to content

Commit f666a13

Browse files
committed
rename bsp queuing failed name
1 parent 0009061 commit f666a13

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
@@ -251,7 +251,7 @@ impl<R: RuntimeChannel> SpanProcessor for BatchSpanProcessor<R> {
251251

252252
if let Err(err) = result {
253253
otel_debug!(
254-
name: "BatchSpanProcessor.ExportQueueingFailed",
254+
name: "BatchSpanProcessor.OnEnd.ExportQueueingFailed",
255255
reason = format!("{:?}", TraceError::Other(err.into()))
256256
);
257257
}

0 commit comments

Comments
 (0)