Commit bd6362f0 by Dave Ertel

influxdbDatasource.js - fix find query

parent 9cc735bd
...@@ -142,7 +142,7 @@ function (angular, _, kbn, InfluxSeries) { ...@@ -142,7 +142,7 @@ function (angular, _, kbn, InfluxSeries) {
return $q.reject(err); return $q.reject(err);
} }
return this.doInfluxRequest(query) return this.doInfluxRequest(interpolated)
.then(function (results) { .then(function (results) {
return _.map(results[0].points, function (metric) { return _.map(results[0].points, function (metric) {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment