statistics: add latency sum to match Prometheus's histogram design
Statistics module collects a nice histogram with latency numbers. Standard Prometheus histograms have one more value with sum of all values in the histogram. In our case, that is the sum of all response durations.
Could we add this statistic to the statistic module?
Edited by Vaclav Sraier