Skip to content

Commit d4e48d7

Browse files
committed
feat(agent): log unaggregated fees last id in warning
1 parent 6c82693 commit d4e48d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/tap-agent/src/agent/sender_allocation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ where
381381
if id <= unaggregated_fees.last_id {
382382
// our world assumption is wrong
383383
tracing::warn!(
384+
unaggregated_fees_last_id = %unaggregated_fees.last_id,
384385
last_id = %id,
385386
"Received a receipt notification that was already calculated."
386387
);

0 commit comments

Comments
 (0)