Mitsuhiro Tanda 8 лет назад
Родитель
Сommit
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++