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