yyqdbngt opened a new issue, #2738: URL: https://github.com/apache/rocketmq-dashboard/issues/2738
## Problem Apache RocketMQ reports `commitLogDiskRatio` as a fraction between 0 and 1. The Apache runtime provider currently forwards that value directly into `BrokerVO.diskUsage`, but the Dashboard treats the field as percentage points. A broker using 62.5% of its disk is therefore rendered as `0.625%`. ## Expected behavior Convert the RocketMQ runtime ratio to percentage points before exposing it through the cluster API, while continuing to reject non-finite or negative runtime values. -- 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]
