@@ -93,8 +85,8 @@ func (e *cloudWatchExecutor) transformQueryResponseToQueryResult(cloudwatchRespo
...
@@ -93,8 +85,8 @@ func (e *cloudWatchExecutor) transformQueryResponseToQueryResult(cloudwatchRespo
})
})
}
}
sort.Slice(frames,func(i,jint)bool{
sort.Slice(timeSeries,func(i,jint)bool{
returnframes[i].Name<frames[j].Name
returntimeSeries[i].Name<timeSeries[j].Name
})
})
ifrequestExceededMaxLimit{
ifrequestExceededMaxLimit{
...
@@ -104,7 +96,7 @@ func (e *cloudWatchExecutor) transformQueryResponseToQueryResult(cloudwatchRespo
...
@@ -104,7 +96,7 @@ func (e *cloudWatchExecutor) transformQueryResponseToQueryResult(cloudwatchRespo
queryResult.ErrorString="Cloudwatch GetMetricData error: Too many datapoints requested - your search has been limited. Please try to reduce the time range"
queryResult.ErrorString="Cloudwatch GetMetricData error: Too many datapoints requested - your search has been limited. Please try to reduce the time range"