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" }}