Including non_negative_derivative function on influxdb
Since version 0.9.0 of influxdb the non_negative_derivative function is merged, this small patch includes it as an option on grafana.
This commit is contained in:
@@ -18,7 +18,7 @@ function (angular, _, $) {
|
||||
|
||||
var functionList = [
|
||||
'count', 'mean', 'sum', 'min', 'max', 'mode', 'distinct', 'median',
|
||||
'derivative', 'stddev', 'first', 'last', 'difference'
|
||||
'derivative', 'non_negative_derivative', 'stddev', 'first', 'last', 'difference'
|
||||
];
|
||||
|
||||
var functionMenu = _.map(functionList, function(func) {
|
||||
|
||||
Reference in New Issue
Block a user