mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
feat(opentsdb): add mock method for detecting targets with template values
This commit is contained in:
parent
a1e97b0067
commit
4c2f2eeb58
@ -102,6 +102,11 @@ function (angular, _, dateMath) {
|
||||
}.bind(this));
|
||||
};
|
||||
|
||||
this.targetContainsTemplate = function(target) {
|
||||
console.log(target);
|
||||
return false;
|
||||
};
|
||||
|
||||
this.performTimeSeriesQuery = function(queries, start, end) {
|
||||
var msResolution = false;
|
||||
if (this.tsdbResolution === 2) {
|
||||
|
Loading…
Reference in New Issue
Block a user