Hi all,
I have a dataset with the number of hits and total time used to responde.
So i present the average by sum(time), sum(requests) then a bucket script for dividing one by the other (i think with the the average is correct).
How can i present the min and the max?something like the max of a filter ratio? that present the max of each possible calculation in that bucket
Thanks,