stackdriver: pass interval from panel to backend

This commit is contained in:
Erik Sundell 2018-09-27 10:42:28 +02:00
parent c099074d2c
commit b724ca5b93

View File

@ -27,6 +27,7 @@ export default class StackdriverDatasource {
}
return {
refId: t.refId,
intervalMs: options.intervalMs,
datasourceId: this.id,
metricType: this.templateSrv.replace(t.metricType, options.scopedVars || {}),
primaryAggregation: this.templateSrv.replace(t.aggregation.crossSeriesReducer, options.scopedVars || {}),