Rework pipeline singlestat panel

Add missing tag, pre-release and release stats.

Change-Id: I4fc0aa0849213912715626ca68ec73b2f36d43d2
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-11-12 11:32:29 -05:00
parent 62b3560858
commit 6064cc9a79
1 changed files with 32 additions and 7 deletions

View File

@ -10,33 +10,58 @@ dashboard:
If you would like to make changes to this dashboard, please see the grafana folder in [openstack-infa/project-config](https://git.openstack.org/cgit/openstack-infra/project-config).
type: text
- title: Single Stats
- title: Pipelines
height: 150px
panels:
- title: Check Pipeline
span: 4
- title: Check
span: 2
sparkline:
full: true
show: true
targets:
- target: stats.gauges.zuul.pipeline.check.current_changes
type: singlestat
- title: Gate Pipeline
span: 4
- title: Gate
span: 2
sparkline:
full: true
show: true
targets:
- target: stats.gauges.zuul.pipeline.gate.current_changes
type: singlestat
- title: Post Pipeline
span: 4
- title: Post
span: 2
sparkline:
full: true
show: true
targets:
- target: stats.gauges.zuul.pipeline.post.current_changes
type: singlestat
- title: Tag
span: 2
sparkline:
full: true
show: true
targets:
- target: stats.gauges.zuul.pipeline.tag.current_changes
type: singlestat
- title: Pre-Release
span: 2
sparkline:
full: true
show: true
targets:
- target: stats.gauges.zuul.pipeline.pre-release.current_changes
type: singlestat
- title: Release
span: 2
sparkline:
full: true
show: true
targets:
- target: stats.gauges.zuul.pipeline.release.current_changes
type: singlestat
showTitle: true
- title: Graphs
height: 250px
panels: