policies: Replace Joe's graphite graphs with Grafana

It seems the link doesn't show any results anymore and nowadays we have
Grafana.

Change-Id: Ie8caf2b845c754cb307b61619bfd89e40532078e
This commit is contained in:
Jakub Libosvar 2017-01-30 14:08:18 +01:00
parent afab7c6701
commit 3a1873f6c6
1 changed files with 1 additions and 6 deletions

View File

@ -8,14 +8,9 @@ Spotting Gate Failures
----------------------
This can be achieved using several tools:
* `Joe Gordon's github.io pages <http://jogo.github.io/gate/>`_
* `Grafana dashboard <http://grafana.openstack.org/dashboard/db/neutron-failure-rate>`_
* `logstash <http://logstash.openstack.org/>`_
Even though Joe's script is not an "official" OpenStack page it provides a quick snapshot of the current
status for the most important jobs This page is built using data available at graphite.openstack.org.
If you want to check how that is done go `here <https://github.com/jogo/jogo.github.io/tree/master/gate>`_
(caveat: the color of the neutron job is very similar to that of the full job with nova-network).
For checking gate failures with logstash the following query will return failures for a specific job:
> build_status:FAILURE AND message:Finished AND build_name:"check-tempest-dsvm-neutron" AND build_queue:"gate"