Commit 3c554953 by Torkel Ödegaard

Changed default OpenTSDB downsample aggregator from sum to avg

parent 0b1044b4
......@@ -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