Merged in MON-121-fix-elb_backend_latency-typo (pull request #53)
MON-121 - Fix extra } on latency query Approved-by: Alexandre Gaillet <alexandre.gaillet@fr.clara.net> Approved-by: Boris Rousseau <boris.rousseau@morea.fr> Approved-by: Laurent Piroelle <laurent.piroelle@fr.clara.net> Approved-by: Quentin Manfroi <quentin.manfroi@yahoo.fr>
This commit is contained in:
commit
ff895de0a0
@ -167,7 +167,7 @@ resource "datadog_monitor" "ELB_backend_latency" {
|
|||||||
query = <<EOF
|
query = <<EOF
|
||||||
min(last_5m): (
|
min(last_5m): (
|
||||||
avg:aws.elb.latency{${data.template_file.filter.rendered}} by {region,loadbalancer}
|
avg:aws.elb.latency{${data.template_file.filter.rendered}} by {region,loadbalancer}
|
||||||
) > ${var.elb_backend_latency_critical}}
|
) > ${var.elb_backend_latency_critical}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
type = "metric alert"
|
type = "metric alert"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user