Merge "Use current valueName for zuul-stats singlestats"
This commit is contained in:
commit
e2c5451a75
@ -21,6 +21,7 @@ dashboard:
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.check.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Gate
|
||||
span: 2
|
||||
sparkline:
|
||||
@ -29,6 +30,7 @@ dashboard:
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.gate.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Post
|
||||
span: 2
|
||||
sparkline:
|
||||
@ -37,6 +39,7 @@ dashboard:
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.post.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Tag
|
||||
span: 2
|
||||
sparkline:
|
||||
@ -45,6 +48,7 @@ dashboard:
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.tag.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Pre-Release
|
||||
span: 2
|
||||
sparkline:
|
||||
@ -53,6 +57,7 @@ dashboard:
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.pre-release.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Release
|
||||
span: 2
|
||||
sparkline:
|
||||
@ -61,6 +66,7 @@ dashboard:
|
||||
targets:
|
||||
- target: stats.gauges.zuul.pipeline.release.current_changes
|
||||
type: singlestat
|
||||
valueName: current
|
||||
showTitle: true
|
||||
- title: Graphs
|
||||
height: 250px
|
||||
|
Loading…
Reference in New Issue
Block a user