-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Metrics] Fix shared memory is not displayed properly #34301
Conversation
Signed-off-by: SangBin Cho <[email protected]>
Signed-off-by: SangBin Cho <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh good catch! Did you just eyeball it and realize the bug?
Does this need to be CP?
What is CP? And I just found out from the dashboard when I navigate it through lol (I occasionally navigate around the dashboard from release tests for dogfooding..) |
CP, cherry-pick |
ah hmm.. yeah I think we should. |
This reverts commit 688ddf6.
…oject#34301)" (ray-project#34407) This reverts commit 688ddf6.
) Looks like we incorrectly recorded shared memory, and incorrectly displayed it to the metrics graph (I forgot to append ray_) Signed-off-by: elliottower <[email protected]>
…oject#34301)" (ray-project#34407) This reverts commit 688ddf6. Signed-off-by: elliottower <[email protected]>
) Looks like we incorrectly recorded shared memory, and incorrectly displayed it to the metrics graph (I forgot to append ray_) Signed-off-by: Jack He <[email protected]>
…oject#34301)" (ray-project#34407) This reverts commit 688ddf6. Signed-off-by: Jack He <[email protected]>
Why are these changes needed?
Looks like we incorrectly recorded shared memory, and incorrectly displayed it to the metrics graph (I forgot to append
ray_
)Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.