Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatedData ¶
type AggregatedData struct {
Points []AggregatedPoint
ID types.MetricID
TimeToLive int64
}
func Aggregate ¶
func Aggregate(data types.MetricData, resolution int64) AggregatedData
Aggregate aggregates data. The returned data keeps the same order as the input points.
Click to show internal directories.
Click to hide internal directories.