Use more efficient jobs/hour graph

This should significantly reduce the load on graphite (so we can
serve even more graphs).

Change-Id: I60bb275a07802669e07fdaf6a5b707004fc2651d
This commit is contained in:
James E. Blair 2013-08-24 15:45:57 -07:00
parent 7e93da67f9
commit 1ff3ca4c5b

View File

@ -232,7 +232,7 @@ $("#graph-container").append($(new Image()).addClass('graph').graphite({
bgcolor: 'ffffff',
fgcolor: '000000',
target: [
"alias(summarize(sumSeries(stats_counts.zuul.pipeline.*.job.*.*),'1h'),'All Jobs')",
"alias(summarize(sumSeries(stats_counts.zuul.pipeline.*.all_jobs),'1h'),'All Jobs')",
],
title: "Zuul Jobs Launched (per Hour)"
}));