songzhendong opened a new pull request, #87:
URL: https://github.com/apache/skywalking-horizon-ui/pull/87

   ### Summary
   
   Expose Node.js runtime metrics on the General layer **Instance** dashboard, 
aligned with OAP `meter_instance_nodejs_*` metrics from skywalking-nodejs#139.
   
   ### Changes
   
   - Add 6 line widgets in `general.json`:
     CPU, heap used/total/limit, RSS, external memory
   - Use MQE-based `visibleWhen` (`exists`) so widgets show only when metrics 
are present
   - Add i18n for en / zh-CN / ja / and other supported locales (tips aligned 
with PHP/JVM style)
   - Update `CHANGELOG.md`
   
   ### Related PRs
   
   - Agent: apache/skywalking-nodejs#139 (merged)
   - OAP: skywalking (nodejs-runtime analyzer + E2E)
   
   ### Notes
   
   Widgets appear under **General → Instances → <instance>** when a 
Node.js agent reports runtime meters.
   
   ### Test plan
   
   - [ ] Open General layer instance dashboard for a Node.js agent instance
   - [ ] Verify 6 widgets render with live data
   - [ ] Verify widgets hidden when `meter_instance_nodejs_*` metrics absent
   - [ ] Spot-check i18n (en / zh-CN / ja)
   


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

Reply via email to