MON-574 - fix pod phase status
This commit is contained in:
parent
cecf378d05
commit
81d34e7847
@ -6,7 +6,7 @@ resource "datadog_monitor" "pod_phase_status" {
|
|||||||
|
|
||||||
query = <<EOQ
|
query = <<EOQ
|
||||||
${var.pod_phase_status_time_aggregator}(${var.pod_phase_status_timeframe}):
|
${var.pod_phase_status_time_aggregator}(${var.pod_phase_status_timeframe}):
|
||||||
sum:kubernetes_state.pod.status_phase${module.filter-tags-phase.query_alert} by {namespace} > 0
|
default(sum:kubernetes_state.pod.status_phase${module.filter-tags-phase.query_alert} by {namespace}, 0) > 0
|
||||||
EOQ
|
EOQ
|
||||||
|
|
||||||
thresholds = {
|
thresholds = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user