mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Fix to show graphs.
This commit is contained in:
parent
e3c375b9b0
commit
f2f80a7064
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
{{ template "prom_content_head" . }}
|
{{ template "prom_content_head" . }}
|
||||||
<h1>AWS ElastiCache</h1>
|
<h1>AWS ElastiCache</h1>
|
||||||
{{ template "prom_content_tail" . }}
|
|
||||||
|
|
||||||
<h3>CPU</h3>
|
<h3>CPU</h3>
|
||||||
<div id="queryGraph"></div>
|
<div id="queryGraph"></div>
|
||||||
|
@ -41,5 +40,6 @@ new PromConsole.Graph({
|
||||||
yTitle: "CPU"
|
yTitle: "CPU"
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
{{ template "prom_content_tail" . }}
|
||||||
|
|
||||||
{{ template "tail" }}
|
{{ template "tail" }}
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
{{ template "prom_content_head" . }}
|
{{ template "prom_content_head" . }}
|
||||||
<h1>AWS Elastic Load Balancer</h1>
|
<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>
|
<p><em>This console assumes that <code>period_seconds</code> in the CloudWatch Exporter is the default of 60s.</em></p>
|
||||||
|
|
||||||
<h3>Queries</h3>
|
<h3>Queries</h3>
|
||||||
|
@ -42,5 +41,6 @@ new PromConsole.Graph({
|
||||||
yTitle: "Queries"
|
yTitle: "Queries"
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
{{ template "prom_content_tail" . }}
|
||||||
|
|
||||||
{{ template "tail" }}
|
{{ template "tail" }}
|
||||||
|
|
Loading…
Reference in a new issue