MON-271 fix expiration variables names
This commit is contained in:
parent
9e2d429213
commit
0edfe80450
@ -76,7 +76,7 @@ variable "evictedkeys_change_threshold_critical" {
|
|||||||
default = 100
|
default = 100
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "expirations_silenced" {
|
variable "expirations_rate_silenced" {
|
||||||
description = "Groups to mute for Redis keys expirations monitor"
|
description = "Groups to mute for Redis keys expirations monitor"
|
||||||
type = "map"
|
type = "map"
|
||||||
default = {}
|
default = {}
|
||||||
|
|||||||
@ -55,7 +55,7 @@ EOL
|
|||||||
critical = "${var.expirations_rate_threshold_critical}"
|
critical = "${var.expirations_rate_threshold_critical}"
|
||||||
}
|
}
|
||||||
|
|
||||||
silenced = "${var.expirations_silenced}"
|
silenced = "${var.expirations_rate_silenced}"
|
||||||
|
|
||||||
notify_no_data = false
|
notify_no_data = false
|
||||||
evaluation_delay = "${var.evaluation_delay}"
|
evaluation_delay = "${var.evaluation_delay}"
|
||||||
@ -67,7 +67,7 @@ EOL
|
|||||||
require_full_window = false
|
require_full_window = false
|
||||||
new_host_delay = "${var.new_host_delay}"
|
new_host_delay = "${var.new_host_delay}"
|
||||||
|
|
||||||
tags = ["env:${var.environment}", "type:database", "provider:redisdb", "resource:redis", "team:claranet", "created-by:terraform", "${var.expirations_extra_tags}"]
|
tags = ["env:${var.environment}", "type:database", "provider:redisdb", "resource:redis", "team:claranet", "created-by:terraform", "${var.expirations_rate_extra_tags}"]
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "datadog_monitor" "blocked_clients" {
|
resource "datadog_monitor" "blocked_clients" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user