mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
change(influxdb): removed derivative functions from aggregator list
This commit is contained in:
@@ -104,7 +104,7 @@ function (angular, _, InfluxQueryBuilder) {
|
|||||||
|
|
||||||
$scope.getFunctions = function () {
|
$scope.getFunctions = function () {
|
||||||
var functionList = ['count', 'mean', 'sum', 'min', 'max', 'mode', 'distinct', 'median',
|
var functionList = ['count', 'mean', 'sum', 'min', 'max', 'mode', 'distinct', 'median',
|
||||||
'derivative', 'non_negative_derivative', 'stddev', 'first', 'last'
|
'stddev', 'first', 'last'
|
||||||
];
|
];
|
||||||
return $q.when(_.map(functionList, function(func) {
|
return $q.when(_.map(functionList, function(func) {
|
||||||
return uiSegmentSrv.newSegment(func);
|
return uiSegmentSrv.newSegment(func);
|
||||||
|
|||||||
Reference in New Issue
Block a user