Skip to content

Commit e54d677

Browse files
committed
[data.dashboard] Add queued blocks and task completion time to operator panels
Signed-off-by: cong.qian <cong.qian@anyscale.com>
1 parent ca879fe commit e54d677

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,12 @@
10511051
stack=False,
10521052
)
10531053

1054-
OPERATOR_PANELS = [ROWS_OUTPUT_PER_SECOND_PANEL, ALL_RESOURCES_UTILIZATION_PANEL]
1054+
OPERATOR_PANELS = [
1055+
ROWS_OUTPUT_PER_SECOND_PANEL,
1056+
ALL_RESOURCES_UTILIZATION_PANEL,
1057+
COMBINED_INQUEUE_BLOCKS_PANEL,
1058+
TASK_COMPLETION_TIME_PANEL,
1059+
]
10551060

10561061
DATA_GRAFANA_ROWS = [
10571062
# Overview Row

0 commit comments

Comments
 (0)