-
Notifications
You must be signed in to change notification settings - Fork 7k
[core] report driver stat and add test #58045
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
Conversation
Signed-off-by: tianyi-ge <[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.
Code Review
This pull request successfully enables the reporting of driver process statistics by removing the restrictive ray:: prefix check on the command line. The change is straightforward and is correctly validated by an updated test case that now asserts the presence of the driver process (sys.executable) in the collected component metrics. I have one suggestion to simplify the code.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Tianyi <[email protected]>
|
There are test failures |
Signed-off-by: tianyi-ge <[email protected]>
Signed-off-by: tianyi-ge <[email protected]> Signed-off-by: Tianyi <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: xgui <[email protected]>
Signed-off-by: tianyi-ge <[email protected]> Signed-off-by: Tianyi <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: tianyi-ge <[email protected]> Signed-off-by: Tianyi <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Aydin Abiar <[email protected]>
Signed-off-by: tianyi-ge <[email protected]> Signed-off-by: Tianyi <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Future-Outlier <[email protected]>
Description
To include driver process, remove "ray::" cmdline prefix check for worker stats

Related issues