Remove centos & fedora grafana

I have not found these dashboards as useful as I had hoped.  The run
numbers are not really high enough for statistical overview (running
on devstack changes) and to debug you need more insight into
individual failures which is not provided here.

Pretty sure nobody is looking at these, but should anyone care, I have
found some custom scripts to query and display recent job results are
more helpful [1].

[1] https://github.com/ianw/gerrit_job_results

Change-Id: I3d5442ad612b03d6dc299ec4d6b14ab5244cbd9b
This commit is contained in:
Ian Wienand 2016-11-08 10:19:09 +11:00
parent de25384af5
commit 73512d8a39
2 changed files with 0 additions and 55 deletions

View File

@ -1,25 +0,0 @@
dashboard:
title: CentOS
rows:
- title: Description
height: 100px
panels:
- title: Description
content: |
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://git.openstack.org/cgit/openstack-infra/project-config/tree/grafana/centos.yaml).
type: text
- title: Graphs
height: 320px
panels:
- title: Tempest Devstack Rates (Check queue)
span: 4
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-platform-centos7-nv.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-platform-centos7-nv.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-platform-centos7-nv')
type: graph
- title: Periodic AFS packaging (Periodic queue)
span: 4
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-package-afs-centos7.FAILURE),sum(stats_counts.zuul.pipeline.priodic.job.periodic-package-afs-centos7.{SUCCESS,FAILURE})),'24hours'), 'periodic-package-afs-centos7')
type: graph

View File

@ -1,30 +0,0 @@
dashboard:
title: Fedora
rows:
- title: Description
height: 100px
panels:
- title: Description
content: |
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://git.openstack.org/cgit/openstack-infra/project-config/tree/grafana/fedora.yaml).
type: text
- title: Graphs
height: 320px
panels:
- title: Tempest Devstack Rates (Check queue)
span: 4
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-platform-fedora23-nv.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-platform-fedora23-nv.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-platform-fedora23-nv')
type: graph
- title: Infra-puppet-apply Rates (Check queue)
span: 4
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-infra-puppet-apply-fedora-23.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-infra-puppet-apply-fedora-23.{SUCCESS,FAILURE})),'24hours'), 'gate-infra-puppet-apply-fedora-23')
type: graph
- title: Infra-puppet-apply Rates (Gate queue)
span: 4
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-infra-puppet-apply-fedora-23.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-infra-puppet-apply-fedora-23.{SUCCESS,FAILURE})),'24hours'), 'gate-infra-puppet-apply-fedora-23')
type: graph