Fix ceph failure rate grafana dashboard

This updates the stats to the latest locations found on
https://graphite.opendev.org and changes the dashboard to show two
panels: one for the nova job and one for the cinder job, since CI
jobs have moved under projects.

Change-Id: I959627e877de09fca847a809a94a4e8be859149c
This commit is contained in:
melanie witt 2019-04-25 01:29:37 +00:00
parent cd32392782
commit 6f32e1e012
1 changed files with 9 additions and 3 deletions

View File

@ -13,9 +13,15 @@ dashboard:
- title: Graphs
height: 320px
panels:
- title: Platform Tempest Full Failure Rates (Check queue)
- title: Nova Tempest Full Failure Rates (Check queue)
span: 4
targets:
- 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.devstack-plugin-ceph-tempest.FAILURE),sum(stats_counts.zuul.pipeline.check.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_nova.master.job.tempest-full-py3.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_nova.master.job.tempest-full-py3.{SUCCESS,FAILURE})),'24hours'), 'tempest-full-py3')
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_nova.master.job.devstack-plugin-ceph-tempest.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_nova.master.job.devstack-plugin-ceph-tempest.{SUCCESS,FAILURE})),'24hours'), 'devstack-plugin-ceph-tempest')
type: graph
- title: Cinder Tempest Full Failure Rates (Check queue)
span: 4
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')
type: graph