Cloudwatch: Add Frametype to Metrics response (#103617)
This should enable compatability with sql expressions fixes #103196
This commit is contained in:
@@ -254,6 +254,7 @@ func buildDataFrames(ctx context.Context, aggregatedResponse models.QueryRowResp
|
||||
RefID: query.RefId,
|
||||
Meta: createMeta(query),
|
||||
}
|
||||
frame.Meta.Type = data.FrameTypeTimeSeriesMulti
|
||||
|
||||
for code := range aggregatedResponse.ErrorCodes {
|
||||
if aggregatedResponse.ErrorCodes[code] {
|
||||
|
||||
Reference in New Issue
Block a user