Grafana: Add Tempest check runs graph

This graph approximately answers the question "How many runs would
a third-party CI system be expected to handle for the integrated
gate?"

Change-Id: Iae74306ce3c922be3d82d61ca86e724f7e048dff
This commit is contained in:
James E. Blair 2016-03-17 14:21:41 -07:00
parent 5eeb126327
commit 4828abff2f

View File

@ -114,3 +114,9 @@ dashboard:
- target: alias(stats.gauges.logstash.geard.queue.total, 'Total Jobs')
- target: alias(stats.gauges.logstash.geard.workers, 'Workers')
type: graph
- title: Tempest Check Runs
span: 4
targets:
- target: alias(smartSummarize(sumSeries(stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-full.SUCCESS,stats_counts.zuul.pipeline.check.job.gate-tempest-dsvm-full.FAILURE), '1h', 'avg'), 'Tempest')
type: graph
leftYAxisLabel: "Runs / Hour"