CloudWatch/Logs: Don't group dataframes for non time series queries for non live path (#38915)

* Use the same grouping function in legacy code

* Add error propagation

* Fix tests

* Fix tests
This commit is contained in:
Andrej Ocenas
2021-09-08 16:30:55 +02:00
committed by GitHub
parent 5e38b02f94
commit 91a67ab0fb
3 changed files with 4 additions and 44 deletions
@@ -129,9 +129,6 @@ func TestQueryCloudWatchLogs(t *testing.T) {
Fields: []*data.Field{
data.NewField("logGroupName", nil, []*string{}),
},
Meta: &data.FrameMeta{
PreferredVisualization: "logs",
},
},
}