MON-88 Fix ELB Latency Tresholds
This commit is contained in:
parent
22e7021681
commit
0544c40ccc
@ -95,9 +95,10 @@ variable "elb_4xx_threshold" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "elb_backend_latency" {
|
variable "elb_backend_latency" {
|
||||||
|
description = "Average time elapsed after the request leaves the load balancer until a response is received. In seconds"
|
||||||
default = {
|
default = {
|
||||||
warning = 1000
|
warning = 1
|
||||||
critical = 5000
|
critical = 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user