11 Commits

Author SHA1 Message Date
Armando Migliaccio
8f15d724e4 Adopt Grafana to plot Neutron Failure Rates
Maintaining these dashboards in tree is a bit painful, the queries
can be brittle, the URLs are not human readable, and furthermore the
graphs are not interactive (e.g. zoomable).

We should adopt Grafana, and to see how this looks like, please check
tempest failure rate inline.

Change-Id: I422fc04015fa50e2176e41128adc41d7a22fe02b
2016-02-19 01:48:52 +00:00
armando-migliaccio
7d061045ad Fix URLs for pep8, and unit tests jobs
We switched to constrained jobs a while back, but these links were
showing the non constrained ones, making these graphs useless.

This patch updates them to reflect the jobs that are currently
running, however the docs job is left for later as right now
switching would make graphite fail with:

'TypeError: reduce() of empty sequence with no initial value'

I suspect that's because the job has never failed so far.

Change-Id: I60cab40f3c12099d8437616d8301aecd858ef54c
2016-01-13 12:14:11 -08:00
armando-migliaccio
62bbafb711 Add linuxbridge job to the dashboard
This is to track the failure rate, and it's not looking good so far.

Change-Id: Id6f8b751a2554904f015e642d09354d645927967
2015-12-09 17:19:37 -08:00
Sean M. Collins
1d8ee956a7 Trivial typo fix in LinuxBridge dashboard
Change-Id: Id968202645b4302123611b906047224403b6a77d
2015-12-04 14:00:25 -05:00
Ryan Moats
d99e155215 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>
2015-11-19 15:28:55 -06:00
venkatamahesh
77892b449e Change the repos from stackforge to OpenStack
The links which are referring to stackforge repo even after they
moved to openstack are corrected by replacing stackforge
with openstack

Change-Id: Idfdd0e0992f7f0b61691991c9877f56f1bdfba02
2015-11-13 12:35:39 +05:30
Ryan Moats
390e0e11b3 Update gate dashboard URLs
Match up dashboard URLs that purport to show gate job status
with what is currently running in the gate

Change-Id: Ie49459463e2268d38f6db53440c5e49b726611a7
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
2015-10-06 09:50:18 -05:00
Ryan Moats
3044f320f1 Fix a few nits with the dashboard pages
1. Use correct title in gate pipeline page
2. Update lbaasv2 job name in check pipeline page

Change-Id: Ie94ecf0b2fde9a8faebf8637ba77691fde6307d4
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
2015-09-23 11:50:48 -05:00
Akihiro Motoki
63ed6aaecd Fix the broken link in devref docs
The link to Dashboard is broken in the generated docuemnt
http://docs.openstack.org/developer/neutron/
This patch fixes it and addresses warnings so that
tox -e docs works.

Also add a reference to Gerrit Dashboard Creator
so that developers can customize it to what they want.

Change-Id: Ic45ab48e68af9e5e8255161fe9eb2354ae124f50
2015-09-23 10:10:06 -05:00
Ryan Moats
f12537fb89 Add neutron subproject & stable branch gerrit review links
Add links to gerrit URLs that will list reviews for both neutron
subprojects as well as stable branches.

Change-Id: I3b6ab4e57e904dc19ef6e7d116c8b0465e53c21b
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
2015-09-22 13:38:47 -05:00
Ryan Moats
e917a01a7e Link dashboards into generated documentation
Move the dashboard directory under the source tree so that
it is available on generated builds. In addition, recast
image pages as RST so that they will be rendered

Change-Id: I316128491e8dae70ac06e260f5bdd8f440d285aa
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
2015-09-22 13:38:28 -05:00