Add Networking SFC Data to Grafana
Created a networking-sfc.yaml file specifying SFC check and gate jobs to display data in grafana Change-Id: I6fd5454ede703a277ec8f6ffd13062e7610a7197
This commit is contained in:
parent
48c0665f5d
commit
fa2c021779
35
grafana/networking-sfc.yaml
Normal file
35
grafana/networking-sfc.yaml
Normal file
@ -0,0 +1,35 @@
|
||||
dashboard:
|
||||
title: Networking SFC Failure Rates
|
||||
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/networking-sfc.yaml).
|
||||
type: text
|
||||
- title: Graphs
|
||||
height: 320px
|
||||
panels:
|
||||
- title: Unit Test Failure Rates (Check queue)
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-networking-sfc-python27-db-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-networking-sfc-python27-db-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-sfc-python27-db-ubuntu-xenial')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-networking-sfc-python34-db.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-networking-sfc-python34-db.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-sfc-python34-db')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-networking-sfc-python35-db.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-networking-sfc-python35-db.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-sfc-python35-db')
|
||||
type: graph
|
||||
- title: Unit Test Failure Rates (Gate queue)
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-networking-sfc-python27-db-ubuntu-xenial.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-networking-sfc-python27-db-ubuntu-xenial.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-sfc-python27-db-ubuntu-xenial')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-networking-sfc-python34-db.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-networking-sfc-python34-db.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-sfc-python34-db')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.gate.job.gate-networking-sfc-python35-db.FAILURE),sum(stats_counts.zuul.pipeline.gate.job.gate-networking-sfc-python35-db.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-sfc-python35-db')
|
||||
type: graph
|
||||
- title: Integrated Failure Rates (Check queue)
|
||||
span: 4
|
||||
targets:
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-sfc-nv.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-networking-sfc-nv.{SUCCESS,FAILURE})),'24hours'), 'gate-tempest-dsvm-networking-sfc-nv')
|
||||
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.check.job.gate-networking-sfc-functional-dvsm-nv.FAILURE),sum(stats_counts.zuul.pipeline.check.job.gate-networking-sfc-functional-dvsm-nv.{SUCCESS,FAILURE})),'24hours'), 'gate-networking-sfc-functional-dvsm-nv')
|
||||
type: graph
|
@ -1,5 +1,5 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-functional-dsvm-networking-sfc{job-suffix}'
|
||||
name: '{pipeline}-networking-sfc-functional-dsvm{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
|
@ -7680,7 +7680,7 @@
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
- periodic-python-jobs-with-neutron-lib-master
|
||||
- '{pipeline}-functional-dsvm-networking-sfc{job-suffix}':
|
||||
- '{pipeline}-networking-sfc-functional-dsvm{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: '-nv'
|
||||
|
@ -2241,7 +2241,7 @@ jobs:
|
||||
- name: ^gate-group-based-policy-dsvm-rally$
|
||||
voting: false
|
||||
|
||||
- name: ^gate-functional-dsvm-networking-sfc-nv$
|
||||
- name: ^gate-networking-sfc-functional-dsvm-nv$
|
||||
branch: ^(?!stable/liberty).*$
|
||||
|
||||
- name: ^gate-tempest-dsvm-networking-sfc-nv$
|
||||
@ -11943,7 +11943,7 @@ projects:
|
||||
- name: periodic-jobs-with-neutron-lib-master
|
||||
check:
|
||||
- gate-tempest-dsvm-networking-sfc-nv
|
||||
- gate-functional-dsvm-networking-sfc-nv
|
||||
- gate-networking-sfc-functional-dsvm-nv
|
||||
|
||||
- name: openstack/networking-vpp
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user