Commit 7293ee08 by Torkel Ödegaard

Changed default OpenTSDB downsample aggregator to avg, #1438

parent a5fd40ed
......@@ -19,7 +19,7 @@ function (angular, _, kbn) {
}
if (!$scope.target.downsampleAggregator) {
$scope.target.downsampleAggregator = 'sum';
$scope.target.downsampleAggregator = 'avg';
}
$scope.$on('typeahead-updated', function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment