Skip to content

Commit

Permalink
Fix: aws alb latency thresholds seem inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Sicart committed Feb 28, 2022
1 parent d3564ce commit 8b88ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/integration_aws-alb/variables-gen.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ variable "latency_disabled_major" {
variable "latency_threshold_critical" {
description = "Critical threshold for latency detector in Second"
type = number
default = 1
default = 3
}

variable "latency_lasting_duration_critical" {
Expand All @@ -118,7 +118,7 @@ variable "latency_at_least_percentage_critical" {
variable "latency_threshold_major" {
description = "Major threshold for latency detector in Second"
type = number
default = 3
default = 1
}

variable "latency_lasting_duration_major" {
Expand Down

0 comments on commit 8b88ea8

Please sign in to comment.