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

Add decimal precision to CPU and memory metrics in pod info #2225

Open
adarsh0728 opened this issue Nov 18, 2024 · 0 comments · May be fixed by #2221
Open

Add decimal precision to CPU and memory metrics in pod info #2225

adarsh0728 opened this issue Nov 18, 2024 · 0 comments · May be fixed by #2221
Assignees
Labels
bug Something isn't working

Comments

@adarsh0728
Copy link
Contributor

adarsh0728 commented Nov 18, 2024

Bug:
Pod Info box in the UI has CPU/Memory values which are rounding to integers.

Reproduce:
Select any vertex of a pipeline or a monovertex, the Pod Info box shows cpu/mem as integer values

Expected behavior
We should show values upto 2 decimal places to have parity with other values (container info and hexagonal heat map)

Changes Required:
Backend changes are only required as the API ( pods-info ) handles the logic completely.

Screenshot 2024-11-18 at 7 36 17 PM
@adarsh0728 adarsh0728 added the bug Something isn't working label Nov 18, 2024
@adarsh0728 adarsh0728 self-assigned this Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant