mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: wip - group bys
This commit is contained in:
@@ -16,7 +16,8 @@ export default class StackdriverDatasource {
|
||||
refId: t.refId,
|
||||
datasourceId: this.id,
|
||||
metricType: t.metricType,
|
||||
primaryAggregation: t.aggregation,
|
||||
primaryAggregation: t.aggregation.crossSeriesReducer,
|
||||
groupBys: t.aggregation.groupBys,
|
||||
}));
|
||||
|
||||
const result = [];
|
||||
|
||||
Reference in New Issue
Block a user