Commit 8f3b0609 by Mitsuhiro Tanda

fix parameter format

parent 17445e0c
......@@ -160,7 +160,7 @@ func (e *CloudWatchExecutor) executeMetricFindQuery(ctx context.Context, queryCo
firstQuery := queryContext.Queries[0]
queryResult := &tsdb.QueryResult{Meta: simplejson.New(), RefId: firstQuery.RefId}
parameters := firstQuery.Model.Get("parameters")
parameters := firstQuery.Model
subType := firstQuery.Model.Get("subtype").MustString()
var data []suggestData
var err error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment