From d99e155215c82429dced92fc3e7962880fcc23ab Mon Sep 17 00:00:00 2001 From: Ryan Moats Date: Thu, 19 Nov 2015 15:23:43 -0600 Subject: [PATCH] Fix dashboard graphite URLs The update to openstack graphite data is now storing nulls instead of high frequency zero values. Therefore, make the following changes: 1. use stats_counts instead of stats data, as this accesses the raw counters 2. apply transformNull to all data series so that null -> 0 is handled correctly 3. add a global drawNullAsZero=true to handle discontinuities Thanks to jeblair and sdague for tracking this down Change-Id: Idebc046d7d867d80e2afe1c4b86c526f9205d3d5 Signed-off-by: Ryan Moats --- doc/source/dashboards/check.dashboard.rst | 16 ++++++++-------- doc/source/dashboards/gate.dashboard.rst | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/source/dashboards/check.dashboard.rst b/doc/source/dashboards/check.dashboard.rst index 3e2383377..0ac4903a9 100644 --- a/doc/source/dashboards/check.dashboard.rst +++ b/doc/source/dashboards/check.dashboard.rst @@ -10,28 +10,28 @@ Click to see full size figure. Failure Percentage - Last 10 Days - DVR and Full Jobs
- - + + Failure Percentage - Last 10 Days - Grenade, DSVM API/Functional/Fullstack
- - + + Failure Percentage - Last 10 Days - Rally, LinuxBridge, LBaaS v1/v2
- - + + Failure Percentage - Last 10 Days - Large Ops
- - + + diff --git a/doc/source/dashboards/gate.dashboard.rst b/doc/source/dashboards/gate.dashboard.rst index f26ddccb0..3509178be 100644 --- a/doc/source/dashboards/gate.dashboard.rst +++ b/doc/source/dashboards/gate.dashboard.rst @@ -10,22 +10,22 @@ Click to see full size figure. Failure Percentage - Last 10 Days - Gate Jobs Set 1 (docs, pep8, py27 unit, py34 unit)
- - + + Failure Percentage - Last 10 Days - Gate Jobs Set 2 (DSVM Jobs) - - + + Failure Percentage - Last 10 Days - Gate Jobs Set 3 (LBaaS and Large Ops)
- - + + -- 2.45.2