Skip to content

[data][dashboard] Add time_to_first_batch and get_ref_bundles to data dashboard attempt 2#58912

Merged
bveeramani merged 2 commits into
ray-project:masterfrom
TimothySeah:tseah/try-dashboard-panel-again
Nov 24, 2025
Merged

[data][dashboard] Add time_to_first_batch and get_ref_bundles to data dashboard attempt 2#58912
bveeramani merged 2 commits into
ray-project:masterfrom
TimothySeah:tseah/try-dashboard-panel-again

Conversation

@TimothySeah

Copy link
Copy Markdown
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

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

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
@bveeramani bveeramani enabled auto-merge (squash) November 24, 2025 18:39

@bveeramani bveeramani left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Stamp

@bveeramani bveeramani merged commit cd0881e into ray-project:master Nov 24, 2025
7 checks passed
SheldonTsen pushed a commit to SheldonTsen/ray that referenced this pull request Dec 1, 2025
… dashboard attempt 2 (ray-project#58912)

Changed panel id's to avoid merge conflicts

---------

Signed-off-by: Timothy Seah <tseah@anyscale.com>
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

3 participants