Sfoglia il codice sorgente

remove duplicative prometheus function

Mitsuhiro Tanda 8 anni fa
parent
commit
c4c64365f1

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

@@ -111,11 +111,6 @@ var keyWordsCompletions = prometheusKeyWords.map(function(word) {
 });
 });
 
 
 var prometheusFunctions = [
 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',
     name: 'abs()', value: 'abs',
     def: 'abs(v instant-vector)',
     def: 'abs(v instant-vector)',