Fix to show graphs.

This commit is contained in:
Brian Brazil 2015-01-26 09:59:56 +00:00
parent e3c375b9b0
commit f2f80a7064
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,6 @@
{{ template "prom_content_head" . }}
<h1>AWS ElastiCache</h1>
{{ template "prom_content_tail" . }}
<h3>CPU</h3>
<div id="queryGraph"></div>
@ -41,5 +40,6 @@ new PromConsole.Graph({
yTitle: "CPU"
})
</script>
{{ template "prom_content_tail" . }}
{{ template "tail" }}

View file

@ -26,7 +26,6 @@
{{ template "prom_content_head" . }}
<h1>AWS Elastic Load Balancer</h1>
{{ template "prom_content_tail" . }}
<p><em>This console assumes that <code>period_seconds</code> in the CloudWatch Exporter is the default of 60s.</em></p>
<h3>Queries</h3>
@ -42,5 +41,6 @@ new PromConsole.Graph({
yTitle: "Queries"
})
</script>
{{ template "prom_content_tail" . }}
{{ template "tail" }}