remove duplicative prometheus function

This commit is contained in:
Mitsuhiro Tanda 2017-10-17 12:24:29 +09:00
parent c51f84a12e
commit c4c64365f1

View File

@ -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)',