ivandika3 commented on code in PR #6977:
URL: https://github.com/apache/ozone/pull/6977#discussion_r1692428142
##########
hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm.js:
##########
@@ -32,6 +32,13 @@
$scope.RecordsToDisplay = "10";
$scope.currentPage = 1;
$scope.lastIndex = 0;
+ $scope.statistical = {
+ usages : {}
+ }
+ $scope.statistical.usages.min = "";
+ $scope.statistical.usages.max = "";
+ $scope.statistical.usages.medina = "";
+ $scope.statistical.usages.stdev = "";
Review Comment:
Nit: `statistical` -> `statistics`.
I think it's also better to be more specific that it is the statistics for
DNs (since technically we can have statistics for SCM in the future). Maybe
`scope.statistics.nodes.usages.` prefix is better.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]