We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
pods-info
The text was updated successfully, but these errors were encountered:
adarsh0728
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: