Skip to content

Commit 7cc1234

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 7cc1234

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,11 @@
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+
]
10551059

10561060
DATA_GRAFANA_ROWS = [
10571061
# Overview Row

0 commit comments

Comments
 (0)