Skip to content

Commit eb1f83f

Browse files
cijothomasutpilla
andauthored
Update opentelemetry-sdk/src/trace/span_processor.rs
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent d2e30cc commit eb1f83f

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
@@ -262,7 +262,7 @@ impl<R: RuntimeChannel> SpanProcessor for BatchSpanProcessor<R> {
262262
// emit a warning.
263263
if self.dropped_spans_count.fetch_add(1, Ordering::Relaxed) == 0 {
264264
otel_warn!(name: "BatchSpanProcessor.SpanDroppingStarted",
265-
message = "Beginning to drop span messages due to full exporter queue.");
265+
message = "Beginning to drop span messages due to full/internal errors. No further log will be emitted for further drops until Shutdown. During Shutdown time, a log will be emitted with exact count of total spans dropped.");
266266
}
267267
}
268268
}

0 commit comments

Comments
 (0)