Mitsuhiro Tanda пре 8 година
родитељ
комит
8d6513a564
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/tsdb/cloudwatch/cloudwatch.go

+ 1 - 1
pkg/tsdb/cloudwatch/cloudwatch.go

@@ -94,7 +94,7 @@ func (e *CloudWatchExecutor) executeTimeSeriesQuery(ctx context.Context, queryCo
 	currentlyExecuting := 0
 	for i, model := range queryContext.Queries {
 		queryType := model.Model.Get("type").MustString()
-		if queryType != "timeSeriesQuery" {
+		if queryType != "timeSeriesQuery" && queryType != "" {
 			continue
 		}
 		currentlyExecuting++