From 4224caa2423d7e5ff005de366772bbe0a50eccb7 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 5 Nov 2015 12:33:01 -0500 Subject: [PATCH] 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 --- grafana/zuul-status.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/grafana/zuul-status.yaml b/grafana/zuul-status.yaml index b21d3adb51..5f030b8fdd 100644 --- a/grafana/zuul-status.yaml +++ b/grafana/zuul-status.yaml @@ -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