mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove duplicative prometheus function
This commit is contained in:
parent
c51f84a12e
commit
c4c64365f1
@ -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)',
|
||||
|
Loading…
Reference in New Issue
Block a user