Skip to content

Conversation

@TimothySeah
Copy link
Contributor

Changed panel id's to avoid merge conflicts

…_bundles… (ray-project#58911)"

This reverts commit e882d2d.

Signed-off-by: Timothy Seah <tseah@anyscale.com>
Signed-off-by: Timothy Seah <tseah@anyscale.com>
@TimothySeah TimothySeah requested a review from a team as a code owner November 22, 2025 02:36
@TimothySeah TimothySeah added the go add ONLY when ready to merge, run all tests label Nov 22, 2025
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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 adds two new panels, 'Iteration Time to First Batch' and 'Iteration Get Ref Bundles Time', to the Ray Data dashboard. The changes are straightforward and correctly add the new panels to the UI. I have a couple of suggestions regarding the Prometheus queries. If the underlying metrics are counters, which is a common convention for metrics ending in _seconds, using increase() would make the graphs more informative by showing changes over time intervals rather than a cumulative total. If they are gauges, the current implementation is correct.

@ray-gardener ray-gardener bot added data Ray Data-related issues observability Issues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling labels Nov 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data Ray Data-related issues go add ONLY when ready to merge, run all tests observability Issues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants