Ver Fonte

Merge pull request #593 from Kixeye/master-fixfilterqueries

influxdbDatasource.js - fix find query
Torkel Ödegaard há 11 anos atrás
pai
commit
47fb553d38
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/app/services/influxdb/influxdbDatasource.js

+ 1 - 1
src/app/services/influxdb/influxdbDatasource.js

@@ -142,7 +142,7 @@ function (angular, _, kbn, InfluxSeries) {
         return $q.reject(err);
       }
 
-      return this.doInfluxRequest(query)
+      return this.doInfluxRequest(interpolated)
         .then(function (results) {
           return _.map(results[0].points, function (metric) {
             return {