Cloudwatch: Add Frametype to Metrics response (#103617)

This should enable compatability with sql expressions
fixes #103196
This commit is contained in:
Kyle Brandt
2025-04-09 08:20:53 -04:00
committed by GitHub
parent 59f3ca09ab
commit 5698159ee3
+1
View File
@@ -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] {