You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Replace the oldest span with the new span to avoid suspending messages
239
239
// processing.
240
240
self.spans.pop_front();
241
+
242
+
otel_warn!(
243
+
name:"BatchSpanProcessor.Export.Error",
244
+
dropped_spans = 1,
245
+
max_queue_size = self.config.max_queue_size,
246
+
message = "Spans were dropped due to a full queue / slow export. The count represents the total count of span records dropped in the lifetime of the BatchSpanProcessor. Consider increasing the queue size and/or decrease delay between intervals."
0 commit comments