From 3a1873f6c6c72bdb9582a133734d3b1d4b0e6be4 Mon Sep 17 00:00:00 2001 From: Jakub Libosvar Date: Mon, 30 Jan 2017 14:08:18 +0100 Subject: [PATCH] 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 --- doc/source/policies/gate-failure-triage.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/source/policies/gate-failure-triage.rst b/doc/source/policies/gate-failure-triage.rst index db757b04959..433ee7cceea 100644 --- a/doc/source/policies/gate-failure-triage.rst +++ b/doc/source/policies/gate-failure-triage.rst @@ -8,14 +8,9 @@ Spotting Gate Failures ---------------------- This can be achieved using several tools: -* `Joe Gordon's github.io pages `_ +* `Grafana dashboard `_ * `logstash `_ -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 `_ -(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"