Skip to content
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

fix(UI): Using limit instead of request to calculate usage percentage, fixes #1784 #1947

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

SaniyaKalamkar
Copy link

Fixes #1784. used cpu/memory limit instead of cpu/memory request to calculate usage percentages.

Saniya Kalamkar and others added 24 commits August 12, 2024 16:48
Signed-off-by: Vigith Maurice <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Co-authored-by: Derek Wang <[email protected]>
Co-authored-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…oj#1904)

Signed-off-by: Vigith Maurice <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Sidhant Kohli <[email protected]>
Co-authored-by: Yashash H L <[email protected]>
Co-authored-by: Sidhant Kohli <[email protected]>
…1918)

Signed-off-by: Sidhant Kohli <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Co-authored-by: Vigith Maurice <[email protected]>
Signed-off-by: Keran Yang <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Co-authored-by: Yashash H L <[email protected]>
Signed-off-by: Yashash H L <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Co-authored-by: Vigith Maurice <[email protected]>
@whynowy
Copy link
Member

whynowy commented Aug 14, 2024

@whynowy whynowy changed the title Using limit instead of request to calculate usage percentage, fixes #1784 fix(UI): Using limit instead of request to calculate usage percentage, fixes #1784 Aug 14, 2024
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.18%. Comparing base (11ca09f) to head (036ee66).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1947      +/-   ##
==========================================
+ Coverage   57.93%   58.18%   +0.24%     
==========================================
  Files         402      402              
  Lines       28001    28061      +60     
==========================================
+ Hits        16223    16326     +103     
+ Misses      10847    10799      -48     
- Partials      931      936       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vigith
Copy link
Member

vigith commented Aug 15, 2024

perhaps rebase?

@KeranYang
Copy link
Member

Hey @SaniyaKalamkar, Yashash and I just made changes to our e2e tests and committed to the main. If you continue working on your branch, you might see some un-expected e2e testing failures. To fix them, please rebase. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI: Use cpu/mem limit instead of request to calculate the usage percentage
8 participants