Browse Source

remove duplicative prometheus function

Mitsuhiro Tanda 8 years ago
parent
commit
c4c64365f1
1 changed files with 0 additions and 5 deletions
  1. 0 5
      public/app/plugins/datasource/prometheus/mode-prometheus.js

+ 0 - 5
public/app/plugins/datasource/prometheus/mode-prometheus.js

@@ -111,11 +111,6 @@ var keyWordsCompletions = prometheusKeyWords.map(function(word) {
 });
 
 var prometheusFunctions = [
-  {
-    name: 'abs()', value: 'abs',
-    def: 'abs(v instant-vector)',
-    docText: 'Returns the input vector with all sample values converted to their absolute value.'
-  },
   {
     name: 'abs()', value: 'abs',
     def: 'abs(v instant-vector)',