From ccfbce91191523f055f4be2eb494cb1c1c739d8b Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 24 Oct 2019 09:59:05 -0400 Subject: [PATCH] Update ceph grafana dashboard for cinder master branch There are two changes here: 1. Change tempest-full to tempest-integrated-storage per change I38a930d1e8ceef25db0f5b0b26b6402192dc8322 in Cinder. Note that cinder still runs the tempest-full job but I suspect that will go away in Ussuri since it's python 2.7. 2. Change devstack-plugin-ceph-tempest to cinder-plugin-ceph-tempest per change Ia532b3fcfbecee7c6dc7aa302e6d90a8067b7ff0. Change-Id: Iafebc4b691db2174c4fedfb649b23555e4c05b60 --- grafana/ceph.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/ceph.yaml b/grafana/ceph.yaml index 873619b1c9..502ccda0ce 100644 --- a/grafana/ceph.yaml +++ b/grafana/ceph.yaml @@ -25,8 +25,8 @@ dashboard: - title: Cinder Tempest Full Failure Rates (Check queue) master span: 6 targets: - - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.tempest-full.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.tempest-full.{SUCCESS,FAILURE})),'24hours'), 'tempest-full') - - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.devstack-plugin-ceph-tempest.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.devstack-plugin-ceph-tempest.{SUCCESS,FAILURE})),'24hours'), 'devstack-plugin-ceph-tempest') + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.tempest-integrated-storage.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.tempest-integrated-compute.{SUCCESS,FAILURE})),'24hours'), 'tempest-integrated-compute') + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.cinder-plugin-ceph-tempest.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.cinder-plugin-ceph-tempest.{SUCCESS,FAILURE})),'24hours'), 'cinder-plugin-ceph-tempest') type: graph - title: Glance Tempest Full Failure Rates (Check queue) master span: 6