Changed default OpenTSDB downsample aggregator to avg, #1438
This commit is contained in:
@@ -19,7 +19,7 @@ function (angular, _, kbn) {
|
||||
}
|
||||
|
||||
if (!$scope.target.downsampleAggregator) {
|
||||
$scope.target.downsampleAggregator = 'sum';
|
||||
$scope.target.downsampleAggregator = 'avg';
|
||||
}
|
||||
|
||||
$scope.$on('typeahead-updated', function() {
|
||||
|
||||
Reference in New Issue
Block a user