Add Fill prop to chronograf queryConfig

pull/1885/head
Jared Scheib 2017-09-05 18:28:47 -04:00
parent dbb8c32bd5
commit c785698660
1 changed files with 1 additions and 0 deletions

View File

@ -503,6 +503,7 @@ type QueryConfig struct {
Tags map[string][]string `json:"tags"`
GroupBy GroupBy `json:"groupBy"`
AreTagsAccepted bool `json:"areTagsAccepted"`
Fill string `json:"fill,omitempty"`
RawText *string `json:"rawText"`
Range *DurationRange `json:"range"`
}