-
Notifications
You must be signed in to change notification settings - Fork 337
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
koordlet: add metrics about be used cpu and node used memory #2283
koordlet: add metrics about be used cpu and node used memory #2283
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2283 +/- ##
==========================================
- Coverage 66.04% 66.04% -0.01%
==========================================
Files 454 457 +3
Lines 53438 53751 +313
==========================================
+ Hits 35295 35501 +206
- Misses 15601 15699 +98
- Partials 2542 2551 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/assign @zwzhang0107 |
pkg/koordlet/metricsadvisor/collectors/beresource/be_resource_collector.go
Outdated
Show resolved
Hide resolved
254e04b
to
913a2e4
Compare
@saintube Please review again |
pkg/koordlet/metricsadvisor/collectors/beresource/be_resource_collector.go
Outdated
Show resolved
Hide resolved
Signed-off-by: lisen <[email protected]>
913a2e4
to
192fd68
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
…ator-sh#2283) Signed-off-by: lisen <[email protected]> Co-authored-by: lisen <[email protected]>
Ⅰ. Describe what this PR does
metric of newly added BE resource usage.
It has the following functions:
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews
V. Checklist
make test