-
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: collect metric for host application memory usage with page cache #2273
koordlet: collect metric for host application memory usage with page cache #2273
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2273 +/- ##
==========================================
- Coverage 66.04% 66.03% -0.01%
==========================================
Files 454 454
Lines 53491 53514 +23
==========================================
+ Hits 35326 35339 +13
- Misses 15621 15629 +8
- Partials 2544 2546 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
93054ce
to
9b9d082
Compare
consider memoryCollectPolicy |
71a87b9
to
ba1c6d8
Compare
convert to ready after #2278 merged |
ba1c6d8
to
419f0b5
Compare
419f0b5
to
f908018
Compare
f908018
to
7bb2f82
Compare
@saintube PTAL, thx |
7bb2f82
to
29889f5
Compare
pkg/koordlet/metricsadvisor/collectors/hostapplication/host_app_collector.go
Outdated
Show resolved
Hide resolved
Signed-off-by: j4ckstraw <[email protected]>
Signed-off-by: j4ckstraw <[email protected]>
Signed-off-by: j4ckstraw <[email protected]>
fc8aac6
to
75ea274
Compare
/lgtm |
Ⅰ. Describe what this PR does
collect host application memory usage with page cache.
rely on #2278
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews
V. Checklist
make test