From 0c7f129ce4113ff290c5dd1f1a536e97c597ad04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Kap=C5=82o=C5=84ski?= Date: Wed, 28 Mar 2018 11:21:24 +0200 Subject: [PATCH] Add Fullstack gate failure rate to neutron dashboard As fullstack job is added to gate queue in neutron, this patch adds also graph with failure rate of this job to neutron-failure-rate dashboard Depends-On: https://review.openstack.org/557218 Change-Id: I1c278ab70a6147ed18edc9ff2ae875ec28460a16 --- grafana/neutron.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grafana/neutron.yaml b/grafana/neutron.yaml index e5b2a5a183..a674a4ea78 100644 --- a/grafana/neutron.yaml +++ b/grafana/neutron.yaml @@ -31,10 +31,11 @@ dashboard: - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.neutron-grenade-multinode.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.neutron-grenade-multinode.{SUCCESS,FAILURE})),'24hours'), 'neutron-grenade-multinode') - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.neutron-grenade-dvr-multinode.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.neutron-grenade-dvr-multinode.{SUCCESS,FAILURE})),'24hours'), 'neutron-grenade-dvr-multinode') type: graph - - title: Functional Failure Rates (Gate queue) + - title: Functional/Fullstack Failure Rates (Gate queue) span: 4 targets: - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.neutron-functional.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.neutron-functional.{SUCCESS,FAILURE})),'24hours'), 'neutron-functional') + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.neutron-fullstack.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.gate.project.git_openstack_org.openstack_neutron.master.job.neutron-fullstack.{SUCCESS,FAILURE})),'24hours'), 'neutron-fullstack') type: graph - title: Unit Tests Failure Rates (Gate queue) span: 4