Hotfix Memorystore Redis monitor for system memory usage ratio
This commit is contained in:
parent
de79cb2071
commit
f6f4f9e2b5
@ -10,7 +10,7 @@ resource "datadog_monitor" "system_memory_usage_ratio" {
|
|||||||
query = <<EOQ
|
query = <<EOQ
|
||||||
${var.system_memory_usage_ratio_time_aggregator}(${var.system_memory_usage_ratio_timeframe}):
|
${var.system_memory_usage_ratio_time_aggregator}(${var.system_memory_usage_ratio_timeframe}):
|
||||||
avg:gcp.redis.stats.memory.system_memory_usage_ratio{${var.filter_tags}} by {instance_id,role}
|
avg:gcp.redis.stats.memory.system_memory_usage_ratio{${var.filter_tags}} by {instance_id,role}
|
||||||
> ${var.system_memory_usage_ratio_threshold_critical}
|
* 100 > ${var.system_memory_usage_ratio_threshold_critical}
|
||||||
EOQ
|
EOQ
|
||||||
|
|
||||||
thresholds = {
|
thresholds = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user