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 6c82693 commit d4e48d7Copy full SHA for d4e48d7
crates/tap-agent/src/agent/sender_allocation.rs
@@ -381,6 +381,7 @@ where
381
if id <= unaggregated_fees.last_id {
382
// our world assumption is wrong
383
tracing::warn!(
384
+ unaggregated_fees_last_id = %unaggregated_fees.last_id,
385
last_id = %id,
386
"Received a receipt notification that was already calculated."
387
);
0 commit comments