Skip to content

Commit

Permalink
fix json declaration for groupBy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tank committed Nov 2, 2021
1 parent 357948c commit 863fe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ type Target struct {
CrossSeriesReducer string `json:"crossSeriesReducer,omitempty"`
PerSeriesAligner string `json:"perSeriesAligner,omitempty"`
ValueType string `json:"valueType,omitempty"`
GroupBy []string `json:"groupBys,omitempty"`
GroupBy []string `json:"groupBy,omitempty"`
Tags []struct {
Key string `json:"key,omitempty"`
Operator string `json:"operator,omitempty"`
Expand Down

0 comments on commit 863fe11

Please sign in to comment.