Skip to content

Commit

Permalink
Update modules/generator/processor/localblocks/livetraces.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mario <mariorvinas@gmail.com>
  • Loading branch information
joe-elliott and mapno committed Nov 22, 2024
1 parent 6d260e8 commit 3b8e08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/generator/processor/localblocks/livetraces.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (l *liveTraces) Push(traceID []byte, batch *v1.ResourceSpans, max uint64) b
}

sz := uint64(batch.Size())
tr.sz += uint64(batch.Size())
tr.sz += sz
l.sz += sz

tr.Batches = append(tr.Batches, batch)
Expand Down

0 comments on commit 3b8e08a

Please sign in to comment.