Skip to content

Commit e882d2d

Browse files
rayci-botaslonnie
andauthored
Revert "[data][dashboard] Add time_to_first_batch and get_ref_bundles… (ray-project#58911)
This reverts commit 3663299. ```` [2025-11-22T01:29:32Z] File "/rayci/python/ray/dashboard/modules/metrics/dashboards/data_dashboard_panels.py", line 1451, in <module> -- [2025-11-22T01:29:32Z] assert len(all_panel_ids) == len( [2025-11-22T01:29:32Z] AssertionError: Duplicated id found. Use unique id for each panel. [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 43, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 70, 71, 72, 73, 74, 75, 76, 77, 78, 78, 79, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108] ```` Co-authored-by: Lonnie Liu <[email protected]>
1 parent f09600c commit e882d2d

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

python/ray/dashboard/modules/metrics/dashboards/data_dashboard_panels.py

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,36 +1050,6 @@
10501050
stack=False,
10511051
)
10521052

1053-
ITERATION_TIME_TO_FIRST_BATCH_PANEL = Panel(
1054-
id=78,
1055-
title="Iteration Time to First Batch",
1056-
description="Seconds spent waiting for the first batch after starting iteration",
1057-
unit="seconds",
1058-
targets=[
1059-
Target(
1060-
expr="sum(ray_data_iter_time_to_first_batch_seconds{{{global_filters}}}) by (dataset)",
1061-
legend="Seconds: {{dataset}}",
1062-
)
1063-
],
1064-
fill=0,
1065-
stack=False,
1066-
)
1067-
1068-
ITERATION_GET_REF_BUNDLES_PANEL = Panel(
1069-
id=79,
1070-
title="Iteration Get Ref Bundles Time",
1071-
description="Seconds spent getting RefBundles from the dataset iterator",
1072-
unit="seconds",
1073-
targets=[
1074-
Target(
1075-
expr="sum(ray_data_iter_get_ref_bundles_seconds{{{global_filters}}}) by (dataset)",
1076-
legend="Seconds: {{dataset}}",
1077-
)
1078-
],
1079-
fill=0,
1080-
stack=False,
1081-
)
1082-
10831053
# Ray Data Metrics (Miscellaneous)
10841054
SCHEDULING_LOOP_DURATION_PANEL = Panel(
10851055
id=47,
@@ -1420,8 +1390,6 @@
14201390
ITERATION_BLOCKS_LOCAL_PANEL,
14211391
ITERATION_BLOCKS_REMOTE_PANEL,
14221392
ITERATION_BLOCKS_UNKNOWN_LOCATION_PANEL,
1423-
ITERATION_TIME_TO_FIRST_BATCH_PANEL,
1424-
ITERATION_GET_REF_BUNDLES_PANEL,
14251393
],
14261394
collapsed=True,
14271395
),

0 commit comments

Comments
 (0)