mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-27 14:39:40 -08:00
Merge pull request #467 from brian-brazil/more-consoles
Fix to show graphs.
This commit is contained in:
commit
34d0f99ded
|
@ -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" }}
|
||||
|
|
|
@ -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" }}
|
||||
|
|
Loading…
Reference in a new issue