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 {
|
||||
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
Block a user