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: fix cpu usage calculation #542

Merged
merged 2 commits into from
Oct 6, 2023
Merged

Conversation

krosy1337
Copy link
Contributor

No description provided.

@krosy1337 krosy1337 marked this pull request as ready for review October 6, 2023 06:26
const storage = isNumeric(StorageAllocatedSize) ? Number(StorageAllocatedSize) : undefined;
const cpuLimit = isNumeric(CoresLimit) ? Number(CoresLimit) : undefined;

const cpuUsage =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a comment, why we currently use only System and User pools?

@krosy1337 krosy1337 force-pushed the fix-tenant-overview-cpu-usage branch from af1cb13 to 56ebd8a Compare October 6, 2023 15:48
@krosy1337 krosy1337 merged commit f46b03d into main Oct 6, 2023
4 checks passed
@krosy1337 krosy1337 deleted the fix-tenant-overview-cpu-usage branch October 6, 2023 16:03
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.

2 participants