Fix json serialization naming for zmon queries (#25)

Signed-off-by: Cagdas Senol <cagdas.senol@zalando.de>
This commit is contained in:
Çağdaş Şenol
2019-01-08 16:24:46 +01:00
committed by Arjun
parent 0da71f7702
commit f49f7821dc

View File

@ -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 {