From c4c64365f1dca7400bd76564258dad93341f4256 Mon Sep 17 00:00:00 2001 From: Mitsuhiro Tanda Date: Tue, 17 Oct 2017 12:24:29 +0900 Subject: [PATCH] remove duplicative prometheus function --- public/app/plugins/datasource/prometheus/mode-prometheus.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/app/plugins/datasource/prometheus/mode-prometheus.js b/public/app/plugins/datasource/prometheus/mode-prometheus.js index bc28ebce87b..49d63070d70 100644 --- a/public/app/plugins/datasource/prometheus/mode-prometheus.js +++ b/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)',