use grenade gate numbers, not check queue numbers

the grenade graph was actually check queue numbers, not gate
numbers, so was much higher failure rate than really should be
accounted to grenade. Fix that by using the gate queue instead.

Change-Id: I6ad2a193d371d64c82edf7daeabaa64c9b8da013
This commit is contained in:
Sean Dague 2013-12-10 21:31:59 -05:00
parent ed04b50f45
commit 98bd8da825
1 changed files with 3 additions and 3 deletions

View File

@ -86,9 +86,9 @@ $("#graph-container").append($(new Image()).graphite({
sum(stats.zuul.pipeline.gate.job.gate-tempest-dsvm-full.{SUCCESS,FAILURE})\
),'5hours'), 'gate-tempest-dsvm-full'),'00FF00')",
"color(alias(movingAverage(asPercent(\
stats.zuul.pipeline.check.job.check-grenade-dsvm.FAILURE,\
sum(stats.zuul.pipeline.check.job.check-grenade-dsvm.{SUCCESS,FAILURE})\
),'5hours'), 'check-grenade-dsvm'),'800080')",
stats.zuul.pipeline.gate.job.gate-grenade-dsvm.FAILURE,\
sum(stats.zuul.pipeline.gate.job.gate-grenade-dsvm.{SUCCESS,FAILURE})\
),'5hours'), 'gate-grenade-dsvm'),'800080')",
"color(alias(movingAverage(asPercent(\
stats.zuul.pipeline.gate.job.gate-tempest-dsvm-large-ops.FAILURE,\
sum(stats.zuul.pipeline.gate.job.gate-tempest-dsvm-large-ops.{SUCCESS,FAILURE})\