mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-03-10 20:31:00 +00:00
Fix json serialization naming for zmon queries (#25)
Signed-off-by: Cagdas Senol <cagdas.senol@zalando.de>
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user