remove graphite graphs from these pages
done waiting for I354f6cfd7105a1d9df0d0ae19bd68745336f29ed to land. If people want this back, please go nudge on that one. Change-Id: I8ed7f3f2c39d662289ebe00b9d128cae52b165ed
This commit is contained in:
parent
65c5a9a2aa
commit
bb9864f35f
@ -70,51 +70,6 @@ h3 {
|
||||
|
||||
<BODY>
|
||||
<script type="text/javascript">header('Rechecks');</script>
|
||||
<div class="container" id="graph-container">
|
||||
<script type="text/javascript">
|
||||
$("#graph-container").append($(new Image()).graphite({
|
||||
from: "-36hours",
|
||||
url: "http://graphite.openstack.org/render/",
|
||||
width: 600,
|
||||
height: 400,
|
||||
bgcolor: 'ffffff',
|
||||
fgcolor: '000000',
|
||||
yMax: 100,
|
||||
yMin: 0,
|
||||
target: [
|
||||
graphite_moving_avg("gate-tempest-dsvm-neutron", "purple"),
|
||||
graphite_moving_avg("gate-tempest-dsvm-full","orange"),
|
||||
graphite_moving_avg("gate-grenade-dsvm","brown"),
|
||||
graphite_moving_avg("gate-tempest-dsvm-large-ops","blue"),
|
||||
graphite_moving_avg("gate-tempest-dsvm-neutron-large-ops","aqua"),
|
||||
graphite_moving_avg("gate-tempest-dsvm-postgres-full","magenta")
|
||||
],
|
||||
title: "Gate Failure Rates"
|
||||
}));
|
||||
</script>
|
||||
</div>
|
||||
<div class="container" id="graph-container">
|
||||
<script type="text/javascript">
|
||||
$("#graph-container").append($(new Image()).graphite({
|
||||
from: "-36hours",
|
||||
url: "http://graphite.openstack.org/render/",
|
||||
width: 600,
|
||||
height: 200,
|
||||
bgcolor: 'ffffff',
|
||||
fgcolor: '000000',
|
||||
hideGrid: true,
|
||||
target: [
|
||||
graphite_hit_count("gate-tempest-dsvm-neutron", "purple"),
|
||||
graphite_hit_count("gate-tempest-dsvm-full","orange"),
|
||||
graphite_hit_count("gate-grenade-dsvm","brown"),
|
||||
graphite_hit_count("gate-tempest-dsvm-large-ops","blue"),
|
||||
graphite_hit_count("gate-tempest-dsvm-neutron-large-ops","aqua"),
|
||||
graphite_hit_count("gate-tempest-dsvm-postgres-full","magenta")
|
||||
],
|
||||
title: "Gate Hit Count"
|
||||
}));
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="main-container" class="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user