mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: add filters to query editor
WIP -> Backend not implemented yet.
This commit is contained in:
@@ -19,6 +19,7 @@ export default class StackdriverDatasource {
|
||||
primaryAggregation: t.aggregation.crossSeriesReducer,
|
||||
groupBys: t.aggregation.groupBys,
|
||||
view: t.view || 'FULL',
|
||||
filters: t.filters,
|
||||
}));
|
||||
|
||||
const { data } = await this.backendSrv.datasourceRequest({
|
||||
|
||||
Reference in New Issue
Block a user