diff --git a/pkg/tsdb/graphite/types.go b/pkg/tsdb/graphite/types.go index 7e04a0d6e87..11c184b13de 100644 --- a/pkg/tsdb/graphite/types.go +++ b/pkg/tsdb/graphite/types.go @@ -21,13 +21,12 @@ type URLParams struct { } type GraphiteQuery struct { - QueryType string `json:"queryType"` - TextEditor *bool `json:"textEditor,omitempty"` - Target string `json:"target,omitempty"` - TargetFull string `json:"targetFull,omitempty"` - Tags []string `json:"tags,omitempty"` - FromAnnotations *bool `json:"fromAnnotations,omitempty"` - IsMetricTank bool `json:"isMetricTank,omitempty"` + QueryType string `json:"queryType"` + TextEditor *bool `json:"textEditor,omitempty"` + Target string `json:"target,omitempty"` + TargetFull string `json:"targetFull,omitempty"` + FromAnnotations *bool `json:"fromAnnotations,omitempty"` + IsMetricTank bool `json:"isMetricTank,omitempty"` } type GraphiteEventsRequest struct {