devabhishekpal commented on PR #6977:
URL: https://github.com/apache/ozone/pull/6977#issuecomment-2252080243

   Hello @jianghuazhu, thank you for this patch.
   It is really helpful that we are able to see the statistics for storage 
usage.
   I had one suggestion, if we could divide the data into different rows 
instead of a single row:
   
   # Statistical
   |||
   |----|----|
   | DataNodes usages% (Min / Median / Max / stdDev) | 11.79% / 52.96% / 95.03% 
/ 22.91% |
   
   to
   
   # Statistics
   | Datanode Usage Statistics | in percentage (%) |
   |-----------------------|---------|
   | Min | 11.79% |
   | Median | 52.96% |
   | Max | 95.03% |
   | Standard Deviation | 22.91% |
   


-- 
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]

Reply via email to