mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataSource/CloudWatch: Adds metadata to grouped CW Logs dataframe (#27454)
This commit is contained in:
@@ -175,6 +175,7 @@ func groupResults(results *data.Frame, groupingFieldNames []string) ([]*data.Fra
|
||||
if _, exists := groupedDataFrames[groupKey]; !exists {
|
||||
newFrame := results.EmptyCopy()
|
||||
newFrame.Name = groupKey
|
||||
newFrame.Meta = results.Meta
|
||||
groupedDataFrames[groupKey] = newFrame
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user