histo2Ms returns a string with mean, median, mode, avg, min, max, variance, and standard deviation for the histogram, considering only buckets with non-zero counts. - mean / avg: weighted arithmetic mean (mid-point weighted by count) - median: mid-point of the bucket that crosses the 50th percentile
(h *metrics.Float64Histogram, u metricUnit, sepb byte)
source not stored for this graph (policy: none)