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

[ray dashboard] Actor page polish #42588

Merged

Conversation

nikitavemuri
Copy link
Contributor

@nikitavemuri nikitavemuri commented Jan 23, 2024

Why are these changes needed?

  • Add search by "Class" and "Repr" on actors table page in addition to "Name"
  • Include "Node ID" of actor as column which links to the node ID detail page. Also support filtering by node ID (will later be useful to sort by various columns within a node)
Screen Shot 2024-01-22 at 4 08 11 PM

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Nikita Vemuri added 3 commits January 22, 2024 16:00
Signed-off-by: Nikita Vemuri <nikitavemuri@anyscale.com>
Signed-off-by: Nikita Vemuri <nikitavemuri@anyscale.com>
Signed-off-by: Nikita Vemuri <nikitavemuri@anyscale.com>
@nikitavemuri nikitavemuri marked this pull request as ready for review January 23, 2024 00:08
Signed-off-by: Nikita Vemuri <nikitavemuri@anyscale.com>
@@ -267,6 +270,19 @@ const ActorTable = ({
<TextField {...params} label="IP" />
)}
/>
<Autocomplete
data-testid={"nodeIdFilter"}
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: for strings, lets's avoid unnecessary brackets.

Suggested change
data-testid={"nodeIdFilter"}
data-testid="nodeIdFilter"

/>
<TextField
style={{ margin: 8, width: 120 }}
label="Repr"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: I wonder if repr should be lowercased? I don't think Repr is an actual word.

Signed-off-by: Nikita Vemuri <nikitavemuri@anyscale.com>
@architkulkarni architkulkarni merged commit 0d224e2 into ray-project:master Jan 24, 2024
9 checks passed
franklsf95 pushed a commit to franklsf95/ray that referenced this pull request Jan 24, 2024
Add search by "Class" and "Repr" on actors table page in addition to "Name"
Include "Node ID" of actor as column which links to the node ID detail page. Also support filtering by node ID (will later be useful to sort by various columns within a node)

---------

Signed-off-by: Nikita Vemuri <nikitavemuri@anyscale.com>
Co-authored-by: Nikita Vemuri <nikitavemuri@anyscale.com>
Signed-off-by: Frank Luan <lsf@berkeley.edu>
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.

None yet

3 participants