diff --git a/grafana/zuul-status.yaml b/grafana/zuul-status.yaml index 00434ff92d..7c741420aa 100644 --- a/grafana/zuul-status.yaml +++ b/grafana/zuul-status.yaml @@ -207,6 +207,16 @@ dashboard: targets: - target: aliasByNode(scale(stats.gauges.zuul.executor.*.openstack.org.load_average, 0.01), 4) type: graph + - title: Starting Builds + span: 6 + targets: + - target: aliasByNode(stats.gauges.zuul.executor.*.openstack.org.starting_builds, 4) + type: graph + - title: Available RAM + span: 6 + targets: + - target: aliasByNode(scale(stats.gauges.zuul.executor.*.openstack.org.pct_available_ram, 0.01), 4) + type: graph - title: Mergers showTitle: true height: 250px