mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #593 from Kixeye/master-fixfilterqueries
influxdbDatasource.js - fix find query
This commit is contained in:
commit
47fb553d38
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user