diff --git a/grafana/ceph.yaml b/grafana/ceph.yaml index 3110e72dc0..ea28801e9c 100644 --- a/grafana/ceph.yaml +++ b/grafana/ceph.yaml @@ -16,6 +16,6 @@ dashboard: - title: Platform Tempest Full Failure Rates (Check queue) span: 4 targets: - - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-neutron-full-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-neutron-full-ubuntu-xenial') - - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial') + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.tempest-full.FAILURE),sum(stats_counts.zuul.pipeline.check.job.tempest-full.{SUCCESS,FAILURE})),'24hours'), 'tempest-full') + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.legacy-tempest-dsvm-full-devstack-plugin-ceph.FAILURE),sum(stats_counts.zuul.pipeline.check.job.legacy-tempest-dsvm-full-devstack-plugin-ceph.{SUCCESS,FAILURE})),'24hours'), 'legacy-tempest-dsvm-full-devstack-plugin-ceph') type: graph