diff --git a/crates/tap-agent/src/agent/sender_allocation.rs b/crates/tap-agent/src/agent/sender_allocation.rs index 960dbfc3c..6a88fc4cf 100644 --- a/crates/tap-agent/src/agent/sender_allocation.rs +++ b/crates/tap-agent/src/agent/sender_allocation.rs @@ -379,8 +379,9 @@ where .. } = notification; if id <= unaggregated_fees.last_id { - // our world assumption is wrong + // Unexpected: received a receipt with an ID not greater than the last processed one tracing::warn!( + unaggregated_fees_last_id = %unaggregated_fees.last_id, last_id = %id, "Received a receipt notification that was already calculated." );