From 160ccd71f535585d7a5b769ba19acde3be41e443 Mon Sep 17 00:00:00 2001 From: Thomas Morin Date: Mon, 21 Aug 2017 14:50:49 +0200 Subject: [PATCH] grafana updates for n8g-bgpvpn and n8g-bagpipe Adds graphs stable/ocata and stable/pike periodic tests. Change-Id: I8b110d3394c5d5adf60a3f9e170545fc285d0098 --- grafana/networking-bagpipe.yaml | 2 ++ grafana/networking-bgpvpn.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/grafana/networking-bagpipe.yaml b/grafana/networking-bagpipe.yaml index 412658a4c4..17a853c77d 100644 --- a/grafana/networking-bagpipe.yaml +++ b/grafana/networking-bagpipe.yaml @@ -42,4 +42,6 @@ dashboard: targets: - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-networking-bagpipe-py35-with-neutron-lib-master.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-networking-bagpipe-py35-with-neutron-lib-master.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-bagpipe-py35-with-neutron-lib-master') - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bagpipe-python27-newton.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bagpipe-python27-newton.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-bagpipe-python27-newton') + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bagpipe-python27-ocata.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bagpipe-python27-ocata.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-bagpipe-python27-ocata') + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bagpipe-python27-pike.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bagpipe-python27-pike.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-bagpipe-python27-pike') type: graph diff --git a/grafana/networking-bgpvpn.yaml b/grafana/networking-bgpvpn.yaml index 70c73e75ef..8da9d2b161 100644 --- a/grafana/networking-bgpvpn.yaml +++ b/grafana/networking-bgpvpn.yaml @@ -42,5 +42,7 @@ dashboard: targets: - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic.job.periodic-networking-bgpvpn-py35-with-neutron-lib-master.FAILURE),sum(stats_counts.zuul.pipeline.periodic.job.periodic-networking-bgpvpn-py35-with-neutron-lib-master.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-bgpvpn-py35-with-neutron-lib-master') - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bgpvpn-python27-newton.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bgpvpn-python27-newton.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-bgpvpn-python27-newton') + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bgpvpn-python27-ocata.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bgpvpn-python27-ocata.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-bgpvpn-python27-ocata') + - target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bgpvpn-python27-pike.FAILURE),sum(stats_counts.zuul.pipeline.periodic-stable.job.periodic-networking-bgpvpn-python27-pike.{SUCCESS,FAILURE})),'24hours'), 'periodic-networking-bgpvpn-python27-pike') type: graph