From f2f80a7064fee651b4387f2d0fc88f0374bf2bda Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Mon, 26 Jan 2015 09:59:56 +0000 Subject: [PATCH] Fix to show graphs. --- consoles/aws_elasticache.html | 2 +- consoles/aws_elb.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/consoles/aws_elasticache.html b/consoles/aws_elasticache.html index c1b403a6b..15f76ede2 100644 --- a/consoles/aws_elasticache.html +++ b/consoles/aws_elasticache.html @@ -26,7 +26,6 @@ {{ template "prom_content_head" . }}

AWS ElastiCache

-{{ template "prom_content_tail" . }}

CPU

@@ -41,5 +40,6 @@ new PromConsole.Graph({ yTitle: "CPU" }) +{{ template "prom_content_tail" . }} {{ template "tail" }} diff --git a/consoles/aws_elb.html b/consoles/aws_elb.html index f0e88335e..5626880ad 100644 --- a/consoles/aws_elb.html +++ b/consoles/aws_elb.html @@ -26,7 +26,6 @@ {{ template "prom_content_head" . }}

AWS Elastic Load Balancer

-{{ template "prom_content_tail" . }}

This console assumes that period_seconds in the CloudWatch Exporter is the default of 60s.

Queries

@@ -42,5 +41,6 @@ new PromConsole.Graph({ yTitle: "Queries" }) +{{ template "prom_content_tail" . }} {{ template "tail" }}