Use current valueName for zuul-stats singlestats
Right now, the values we display are averages, which is confusing to people. Setting valueName to current, we'll actually display the current count for singlestats. Change-Id: Icb1a62fb8b289165679ceec16e7d65dab98bf602 Depends-On: I4df8d130fce45cf58b01808997fc561cf8c4b42d Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
cc989fe551
commit
4224caa242
@ -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