Implement groupBy

This commit is contained in:
Alexander Zobnin
2021-05-25 15:47:18 +03:00
parent 3f7cabcd53
commit ebd9b46096
3 changed files with 130 additions and 11 deletions

View File

@@ -29,3 +29,5 @@ type TimeSeriesData struct {
type TimeSeriesMeta struct {
Item *zabbix.Item
}
type AggFunc = func(points []TimePoint) *float64