Object count statistics are confusing

For the overall object counts we calculate a sum of the count field per minute. This results in the sum of all samples per time interval being produced. This can lead to object counts such as 20 million or similar.

What we instead want is basically the average amount of objects per process per time interval. This probably requires tagging data with a hostname and PID of sorts, then group by that.