From 7293ee089414fab7b0a0236697ce14e54e2a0f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 24 Feb 2015 09:54:02 +0100 Subject: [PATCH] Changed default OpenTSDB downsample aggregator to avg, #1438 --- src/app/features/opentsdb/queryCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/opentsdb/queryCtrl.js b/src/app/features/opentsdb/queryCtrl.js index a19b0211a9e..1e248c831d5 100644 --- a/src/app/features/opentsdb/queryCtrl.js +++ b/src/app/features/opentsdb/queryCtrl.js @@ -19,7 +19,7 @@ function (angular, _, kbn) { } if (!$scope.target.downsampleAggregator) { - $scope.target.downsampleAggregator = 'sum'; + $scope.target.downsampleAggregator = 'avg'; } $scope.$on('typeahead-updated', function() {