# Functions

NewWithExactMeasure returns a simple aggregation selector that uses counter, array, and array aggregators for the three kinds of metric.
NewWithHistogramMeasure returns a simple aggregation selector that uses counter, histogram, and histogram aggregators for the three kinds of metric.
NewWithInexpensiveMeasure returns a simple aggregation selector that uses counter, minmaxsumcount and minmaxsumcount aggregators for the three kinds of metric.
NewWithSketchMeasure returns a simple aggregation selector that uses counter, ddsketch, and ddsketch aggregators for the three kinds of metric.