Loki: use queryType rather than range|instant flags (#43727)

This commit is contained in:
Ryan McKinley
2022-01-07 10:00:11 -08:00
committed by GitHub
parent 0dd88d9480
commit 546818819b
12 changed files with 46 additions and 29 deletions
+1
View File
@@ -69,6 +69,7 @@ type datasourceInfo struct {
}
type QueryModel struct {
QueryType string `json:"queryType"`
Expr string `json:"expr"`
LegendFormat string `json:"legendFormat"`
Interval string `json:"interval"`