mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Changed default OpenTSDB downsample aggregator from sum to avg
This commit is contained in:
parent
0b1044b46f
commit
3c554953a2
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user