diff --git a/grafana/zuul-status.yaml b/grafana/zuul-status.yaml index 4248199bb2..e83f52a900 100644 --- a/grafana/zuul-status.yaml +++ b/grafana/zuul-status.yaml @@ -39,6 +39,15 @@ dashboard: targets: - target: stats.gauges.zuul.pipeline.post.current_changes type: singlestat + - title: Release-Post + span: 2 + sparkline: + full: true + show: true + targets: + - target: stats.gauges.zuul.pipeline.release-post.current_changes + type: singlestat + valueName: current valueName: current - title: Tag span: 2 @@ -67,6 +76,69 @@ dashboard: - target: stats.gauges.zuul.pipeline.release.current_changes type: singlestat valueName: current + - title: Silent + span: 2 + sparkline: + full: true + show: true + targets: + - target: stats.gauges.zuul.pipeline.silent.current_changes + type: singlestat + valueName: current + - title: Experimental + span: 2 + sparkline: + full: true + show: true + targets: + - target: stats.gauges.zuul.pipeline.experimental.current_changes + type: singlestat + valueName: current + - title: Periodic + span: 2 + sparkline: + full: true + show: true + targets: + - target: stats.gauges.zuul.pipeline.periodic.current_changes + type: singlestat + valueName: current + - title: Periodic-Stable + span: 2 + sparkline: + full: true + show: true + targets: + - target: stats.gauges.zuul.pipeline.periodic-stable.current_changes + type: singlestat + valueName: current + - title: Check-TripleO + span: 2 + sparkline: + full: true + show: true + targets: + - target: stats.gauges.zuul.pipeline.check-tripleo.current_changes + type: singlestat + valueName: current + - title: Experimental-TripleO + span: 2 + sparkline: + full: true + show: true + targets: + - target: stats.gauges.zuul.pipeline.experimental-tripleo.current_changes + type: singlestat + valueName: current + - title: Merge-Check + span: 2 + sparkline: + full: true + show: true + targets: + - target: stats.gauges.zuul.pipeline.merge-check.current_changes + type: singlestat + valueName: current showTitle: true - title: Graphs height: 250px