Skip to content

Commit

Permalink
Disable Azure Key Vault API latency detector by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Gati0 committed Nov 12, 2024
1 parent 53a0cc1 commit 83966d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/integration_azure-key-vault/conf/02-api-latency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ rules:
threshold: 500
comparator: ">"
lasting_duration: '1h'
disabled: true
minor:
threshold: 500
comparator: ">"
lasting_duration: '30m'
dependency: major
disabled: true
...
4 changes: 2 additions & 2 deletions modules/integration_azure-key-vault/variables-gen.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ variable "api_latency_disabled" {
variable "api_latency_disabled_major" {
description = "Disable major alerting rule for api_latency detector"
type = bool
default = null
default = true
}

variable "api_latency_disabled_minor" {
description = "Disable minor alerting rule for api_latency detector"
type = bool
default = null
default = true
}

variable "api_latency_threshold_major" {
Expand Down

0 comments on commit 83966d6

Please sign in to comment.