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

[data] adding more info to data dashboard #42437

Closed
raulchen opened this issue Jan 16, 2024 · 2 comments · Fixed by #43628
Closed

[data] adding more info to data dashboard #42437

raulchen opened this issue Jan 16, 2024 · 2 comments · Fixed by #43628
Assignees
Labels
data Ray Data-related issues enhancement Request for new feature and/or capability observability Issues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling P1 Issue that should be fixed within a few weeks ray 2.10

Comments

@raulchen
Copy link
Contributor

raulchen commented Jan 16, 2024

currently, data dashboard is still missing some information that we have in the progress bar. For example, output queue size, number of active/finished/failed tasks, number of blocks. Ideally we should add all metrics from OpRuntimeMetrics and OpState.

@raulchen raulchen added P1 Issue that should be fixed within a few weeks data Ray Data-related issues ray 2.10 labels Jan 16, 2024
@bveeramani
Copy link
Member

Adding on to this, here's the information I'd like to see:

  • Input queue size (in bytes as a stacked line graph, and in blocks as a regular line graph)
  • Output queue size (in bytes as a stacked line graph, and in blocks as a regular line graph)
  • Cycle time (in seconds as a histogram)
  • Output size (in bytes as a histogram)
  • Number of outputs (as a histogram)

@bveeramani
Copy link
Member

Clarification on my earlier comment -- by cycle time, I mean the time in seconds it takes for a task to produce an output. For example, a map operator that performs inference might take a few seconds to produce each output.

This metric can help you understand where the bottleneck is.

We don't currently track it.

@anyscalesam anyscalesam added observability Issues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling enhancement Request for new feature and/or capability labels Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Ray Data-related issues enhancement Request for new feature and/or capability observability Issues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling P1 Issue that should be fixed within a few weeks ray 2.10
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants