Currently, Traces.array returns the peek size, while there's a separate Traces.full_array() method that manages the entire array.
Traces.array should return the whole array.
make a Traces.peek() method that returns the peek size,
and possibly keep Traces.full_array() in case we need it.