diff --git a/pkg/zmon/zmon.go b/pkg/zmon/zmon.go index b89f0b8..1501e16 100644 --- a/pkg/zmon/zmon.go +++ b/pkg/zmon/zmon.go @@ -71,7 +71,7 @@ type metric struct { Limit int `json:"limit"` Tags map[string][]string `json:"tags"` GroupBy []tagGroup `json:"group_by"` - Aggregators []aggregator `json:"aggregator"` + Aggregators []aggregator `json:"aggregators"` } type tagGroup struct {