MON-90 change no data to false because division
This commit is contained in:
parent
25c07babea
commit
6b9c03947a
@ -145,7 +145,7 @@ resource "datadog_monitor" "apimgt_successful_requests" {
|
||||
}
|
||||
|
||||
type = "metric alert"
|
||||
notify_no_data = true
|
||||
notify_no_data = false
|
||||
notify_audit = false
|
||||
timeout_h = 0
|
||||
include_tags = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user