mirror of https://github.com/grafana/grafana.git
stackdriver: pass interval from panel to backend
This commit is contained in:
parent
c099074d2c
commit
b724ca5b93
|
|
@ -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 || {}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue