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 0009061 commit f666a13Copy full SHA for f666a13
opentelemetry-sdk/src/trace/span_processor.rs
@@ -251,7 +251,7 @@ impl<R: RuntimeChannel> SpanProcessor for BatchSpanProcessor<R> {
251
252
if let Err(err) = result {
253
otel_debug!(
254
- name: "BatchSpanProcessor.ExportQueueingFailed",
+ name: "BatchSpanProcessor.OnEnd.ExportQueueingFailed",
255
reason = format!("{:?}", TraceError::Other(err.into()))
256
);
257
}
0 commit comments