Commit 47fb553d by Torkel Ödegaard

Merge pull request #593 from Kixeye/master-fixfilterqueries

influxdbDatasource.js - fix find query
parents 9cc735bd bd6362f0
......@@ -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 {
......
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