Changed default OpenTSDB downsample aggregator from sum to avg

This commit is contained in:
Torkel Ödegaard 2015-02-28 12:33:20 +01:00
parent 0b1044b46f
commit 3c554953a2

View File

@ -19,7 +19,7 @@ function (angular, _, kbn) {
} }
if (!$scope.target.downsampleAggregator) { if (!$scope.target.downsampleAggregator) {
$scope.target.downsampleAggregator = 'sum'; $scope.target.downsampleAggregator = 'avg';
} }
$scope.$on('typeahead-updated', function() { $scope.$on('typeahead-updated', function() {