mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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 {
|
return {
|
||||||
refId: t.refId,
|
refId: t.refId,
|
||||||
|
intervalMs: options.intervalMs,
|
||||||
datasourceId: this.id,
|
datasourceId: this.id,
|
||||||
metricType: this.templateSrv.replace(t.metricType, options.scopedVars || {}),
|
metricType: this.templateSrv.replace(t.metricType, options.scopedVars || {}),
|
||||||
primaryAggregation: this.templateSrv.replace(t.aggregation.crossSeriesReducer, options.scopedVars || {}),
|
primaryAggregation: this.templateSrv.replace(t.aggregation.crossSeriesReducer, options.scopedVars || {}),
|
||||||
|
Loading…
Reference in New Issue
Block a user