-
Notifications
You must be signed in to change notification settings - Fork 339
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
apis: add host application metric to node metric crd #1725
apis: add host application metric to node metric crd #1725
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1725 +/- ##
==========================================
+ Coverage 65.95% 66.04% +0.08%
==========================================
Files 386 386
Lines 41974 42049 +75
==========================================
+ Hits 27686 27773 +87
+ Misses 12240 12228 -12
Partials 2048 2048
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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
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
055ef0a
to
0ba9c50
Compare
Signed-off-by: 佑祎 <[email protected]>
0ba9c50
to
9f2cc89
Compare
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
/approve |
Ⅰ. Describe what this PR does
add apis for reporting metric of host application, this can be also used for reporting the whole yarn task resource usage.
For out-of-band applications with batch priority, resource calculation of batch allocatable should excluded their usage, otherwise it will be count into system usage.
Ⅱ. Does this pull request fix one issue?
#1639
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews
V. Checklist
make test