Commit 4c2f2eeb by bergquist

feat(opentsdb): add mock method for detecting targets with template values

parent a1e97b00
......@@ -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) {
......
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