Skip to content

Commit

Permalink
rename bsp queuing failed name
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Nov 2, 2024
1 parent 0009061 commit f666a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/trace/span_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl<R: RuntimeChannel> SpanProcessor for BatchSpanProcessor<R> {

if let Err(err) = result {
otel_debug!(

Check warning on line 253 in opentelemetry-sdk/src/trace/span_processor.rs

View check run for this annotation

Codecov / codecov/patch

opentelemetry-sdk/src/trace/span_processor.rs#L253

Added line #L253 was not covered by tests
name: "BatchSpanProcessor.ExportQueueingFailed",
name: "BatchSpanProcessor.OnEnd.ExportQueueingFailed",
reason = format!("{:?}", TraceError::Other(err.into()))

Check warning on line 255 in opentelemetry-sdk/src/trace/span_processor.rs

View check run for this annotation

Codecov / codecov/patch

opentelemetry-sdk/src/trace/span_processor.rs#L255

Added line #L255 was not covered by tests
);
}
Expand Down

0 comments on commit f666a13

Please sign in to comment.