# Functions
Compression of the histogram.
GranularityOption of the histogram.
MaxBins of the histogram.
New creates a new Wavefront histogram.
TimeSupplier for the histogram time computations.
# Structs
Centroid encapsulates a mean value and the count of points associated with that value.
Distribution holds the samples and its timestamp.
# Interfaces
Histogram a quantile approximation data structure.
# Type aliases
No description provided by the author
Granularity is the interval (MINUTE, HOUR and/or DAY) by which the histogram data should be aggregated.
Option allows histogram customization.