Fix the ceph grafana dashboard

The current job name is devstack-plugin-ceph-tempest so
this updates the grafana yaml file to use that.

Change-Id: I76bf175d46c17a935d0f18d8ada0e2e1322ec667
This commit is contained in:
Matt Riedemann 2019-01-29 08:43:35 -05:00
parent 36cdc2e77f
commit 69af36fa84
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ dashboard:
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.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')
- 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')
type: graph