Versions in this module Expand all Collapse all v2 v2.1.1 Dec 22, 2021 v2.1.0 Dec 22, 2021 Changes in this version + func AggregateData(metricList []metricapi.Metric, metricName string, ...) metricapi.Metric + func AggregateMetricPromises(metricPromises metricapi.MetricPromises, metricName string, ...) metricapi.MetricPromises + func AggregatingMapFromDataList(metricList []metricapi.Metric, metricName string) (map[int64][]int64, metricapi.Label) + type SortableInt64 []int64 + func (a SortableInt64) Len() int + func (a SortableInt64) Less(i, j int) bool + func (a SortableInt64) Swap(i, j int)