Changed default OpenTSDB downsample aggregator to avg, #1438

This commit is contained in:
Torkel Ödegaard
2015-02-24 09:54:02 +01:00
parent a5fd40ed80
commit 7293ee0894
+1 -1
View File
@@ -19,7 +19,7 @@ function (angular, _, kbn) {
}
if (!$scope.target.downsampleAggregator) {
$scope.target.downsampleAggregator = 'sum';
$scope.target.downsampleAggregator = 'avg';
}
$scope.$on('typeahead-updated', function() {