Explorar el Código

stackdriver: pass interval from panel to backend

Erik Sundell hace 7 años
padre
commit
b724ca5b93
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      public/app/plugins/datasource/stackdriver/datasource.ts

+ 1 - 0
public/app/plugins/datasource/stackdriver/datasource.ts

@@ -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 || {}),