瀏覽代碼

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

bergquist 9 年之前
父節點
當前提交
4c2f2eeb58
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      public/app/plugins/datasource/opentsdb/datasource.js

+ 5 - 0
public/app/plugins/datasource/opentsdb/datasource.js

@@ -102,6 +102,11 @@ function (angular, _, dateMath) {
       }.bind(this));
       }.bind(this));
     };
     };
 
 
+    this.targetContainsTemplate = function(target) {
+      console.log(target);
+      return false;
+    };
+
     this.performTimeSeriesQuery = function(queries, start, end) {
     this.performTimeSeriesQuery = function(queries, start, end) {
       var msResolution = false;
       var msResolution = false;
       if (this.tsdbResolution === 2) {
       if (this.tsdbResolution === 2) {