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:
parent
7e93da67f9
commit
1ff3ca4c5b
@ -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)"
|
||||
}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user