From 0d5c4814240f16f1ed93ac925b826ec7662f88d7 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Tue, 12 Mar 2019 13:41:11 -0400 Subject: [PATCH] Add graph for number of periodic neutron jobs run I don't even know how often it runs, but this is the only set of jobs we don't report any counters for number of runs. Change-Id: I2a56d6fb83053e8ac5eb605d88987a76b5c21902 --- grafana/neutron.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/grafana/neutron.yaml b/grafana/neutron.yaml index a3291844c7..fe0021419a 100644 --- a/grafana/neutron.yaml +++ b/grafana/neutron.yaml @@ -272,3 +272,14 @@ dashboard: - target: alias(movingAverage(asPercent(transformNull(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-tempest-with-os-ken-master.{FAILURE,TIMED_OUT})),sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-tempest-with-os-ken-master.{SUCCESS,FAILURE,TIMED_OUT})),'24hours'), 'neutron-tempest-with-os-ken-master') - target: alias(movingAverage(asPercent(transformNull(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron-dynamic-routing.master.job.neutron-dynamic-routing-dsvm-tempest-with-os-ken-master-scenario-ipv4.{FAILURE,TIMED_OUT})),sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron-dynamic-routing.master.job.neutron-dynamic-routing-dsvm-tempest-with-os-ken-master-scenario-ipv4.{SUCCESS,FAILURE,TIMED_OUT})),'24hours'), 'neutron-dynamic-routing-dsvm-tempest-with-os-ken-master-scenario-ipv4') type: graph + - title: Number of Periodic jobs runs + span: 6 + targets: + - target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-py27-with-oslo-master.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'openstack-tox-py27-with-oslo-master') + - target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-py35-with-oslo-master.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'openstack-tox-py35-with-oslo-master') + - target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.openstack-tox-py35-with-neutron-lib-master.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'openstack-tox-py35-with-neutron-lib-master') + - target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-tempest-postgres-full.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'neutron-tempest-postgres-full') + - target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-functional.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'neutron-functional') + - target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-tempest-with-os-ken-master.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'neutron-tempest-with-os-ken-master') + - target: alias(summarize(sum(stats_counts.zuul.tenant.openstack.pipeline.periodic.project.git_openstack_org.openstack_neutron.master.job.neutron-dynamic-routing-dsvm-tempest-with-os-ken-master-scenario-ipv4.{SUCCESS,FAILURE,TIMED_OUT}),'24hours'), 'neutron-dynamic-routing-dsvm-tempest-with-os-ken-master-scenario-ipv4') + type: graph