ray-project / ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
31.98k stars 5.44k forks source link

Improve task metrics graphs #45908

Open alanwguo opened 3 weeks ago

alanwguo commented 3 weeks ago
  1. Rename "Active tasks by name" to something like "requested tasks". Make it clear that they do not refer to running tasks but any tasks that has been requested to be sheduled.

  2. Add a graph for "Running tasks by name"

  3. Rename "Active actors by name"

Image

krtkvrm commented 2 weeks ago

can I take this up ?

alanwguo commented 2 weeks ago

@krtkvrm. Yes, feel free to an open a PR!