Преглед изворни кода

use targets[0] as the options

Ryan McKinley пре 8 година
родитељ
комит
15e84a1c69
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/app/plugins/datasource/influxdb/datasource.ts

+ 1 - 1
public/app/plugins/datasource/influxdb/datasource.ts

@@ -85,7 +85,7 @@ export default class InfluxDatasource {
     // replace templated variables
     allQueries = this.templateSrv.replace(allQueries, scopedVars);
 
-    return this._seriesQuery(allQueries, options).then((data): any => {
+    return this._seriesQuery(allQueries, targets[0]).then((data): any => {
       if (!data || !data.results) {
         return [];
       }