-
Notifications
You must be signed in to change notification settings - Fork 124
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Samhith Kakarla <samhith_kakarla@intuit.com>
…aproj#1895) Signed-off-by: Derek Wang <whynowy@gmail.com>
Signed-off-by: Vigith Maurice <vigith@gmail.com> Signed-off-by: Derek Wang <whynowy@gmail.com> Signed-off-by: Yashash H L <yashashhl25@gmail.com> Co-authored-by: Derek Wang <whynowy@gmail.com> Co-authored-by: Yashash H L <yashashhl25@gmail.com>
Signed-off-by: Vigith Maurice <vigith@gmail.com>
Signed-off-by: Yashash H L <yashashhl25@gmail.com> Signed-off-by: Vigith Maurice <vigith@gmail.com> Co-authored-by: Vigith Maurice <vigith@gmail.com>
Signed-off-by: Derek Wang <whynowy@gmail.com>
Signed-off-by: Vigith Maurice <vigith@gmail.com>
Signed-off-by: Derek Wang <whynowy@gmail.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…oj#1904) Signed-off-by: Vigith Maurice <vigith@gmail.com> Signed-off-by: Yashash H L <yashashhl25@gmail.com> Signed-off-by: Sidhant Kohli <sidhant.kohli@gmail.com> Co-authored-by: Yashash H L <yashashhl25@gmail.com> Co-authored-by: Sidhant Kohli <sidhant.kohli@gmail.com>
Signed-off-by: Vigith Maurice <vigith@gmail.com>
…1918) Signed-off-by: Sidhant Kohli <sidhant.kohli@gmail.com> Signed-off-by: Vigith Maurice <vigith@gmail.com> Co-authored-by: Vigith Maurice <vigith@gmail.com>
Signed-off-by: Yashash H L <yashashhl25@gmail.com> Signed-off-by: Vigith Maurice <vigith@gmail.com> Co-authored-by: Vigith Maurice <vigith@gmail.com>
Signed-off-by: Vigith Maurice <vigith@gmail.com>
Signed-off-by: Vigith Maurice <vigith@gmail.com> Signed-off-by: Yashash H L <yashashhl25@gmail.com> Co-authored-by: Vigith Maurice <vigith@gmail.com>
Signed-off-by: Matt Warner <matthew.d.warner@lmco.com>
Signed-off-by: Vigith Maurice <vigith@gmail.com>
Signed-off-by: Yashash H L <yashashhl25@gmail.com> Signed-off-by: Vigith Maurice <vigith@gmail.com> Co-authored-by: Vigith Maurice <vigith@gmail.com>
Signed-off-by: Keran Yang <yangkr920208@gmail.com> Signed-off-by: Yashash H L <yashashhl25@gmail.com> Co-authored-by: Yashash H L <yashashhl25@gmail.com>
Signed-off-by: Yashash H L <yashashhl25@gmail.com>
Signed-off-by: Yashash H L <yashashhl25@gmail.com> Signed-off-by: Vigith Maurice <vigith@gmail.com> Co-authored-by: Vigith Maurice <vigith@gmail.com>
Signed-off-by: Saniya Kalamkar <saniyakalamkar@saniyas-mbp-3.lan>
Signed-off-by: Saniya Kalamkar <saniya.kalamkar@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
perhaps rebase? |
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! |
Fixes #1784. used cpu/memory limit instead of cpu/memory request to calculate usage percentages.