-
Notifications
You must be signed in to change notification settings - Fork 78
feat(FR-1611): add more types of agent stats in the agent list page #4637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 4.68% | 547/11676 |
| 🔴 | Branches | 3.81% | 314/8231 |
| 🔴 | Functions | 2.91% | 104/3577 |
| 🔴 | Lines | 4.63% | 529/11417 |
Test suite run success
125 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from b096a3f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for displaying additional resource metrics in the Agent List component, including power consumption, temperature, network traffic (Rx/Tx), and a fallback for other statistics.
Key Changes:
- Added power consumption metrics with formatting via
toFixedFloorWithoutTrailingZeros - Added temperature monitoring with Celsius display
- Added network traffic monitoring (Rx/Tx) with decimal unit conversion
- Added generic fallback rendering for unhandled statistics
- Updated exclusion list to include 'disk' alongside 'cpu_util' and 'mem'
58bd692 to
20490a0
Compare
agatha197
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
yomybaby
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Merge activity
|
…4637) resolves #4453 (FR-1611) This PR adds support for displaying additional resource metrics in the Agent List component: - Implemented power consumption metrics for devices with proper formatting - Added temperature monitoring for devices with Celsius display - Added network traffic monitoring (Rx/Tx) with appropriate unit conversion - Added to enable display of other statistics as well These enhancements provide administrators with more comprehensive monitoring capabilities for agent resources.  **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
20490a0 to
b096a3f
Compare

resolves #4453 (FR-1611)
This PR adds support for displaying additional resource metrics in the Agent List component:
These enhancements provide administrators with more comprehensive monitoring capabilities for agent resources.
Checklist: