]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix dashboard graphite URLs
authorRyan Moats <rmoats@us.ibm.com>
Thu, 19 Nov 2015 21:23:43 +0000 (15:23 -0600)
committerRyan Moats <rmoats@us.ibm.com>
Thu, 19 Nov 2015 21:28:55 +0000 (15:28 -0600)
commitd99e155215c82429dced92fc3e7962880fcc23ab
treed0af6733a01e62c476b1ba9adae0ff29c9a3600c
parenta93b889ae517d29332848854b0757a92ffb4f76b
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 <rmoats@us.ibm.com>
doc/source/dashboards/check.dashboard.rst
doc/source/dashboards/gate.dashboard.rst