diff --git a/kuma/assets/monitors/no_leader_detected.json b/kuma/assets/monitors/no_leader_detected.json index db22b15ee721c..d68caeee2a0c6 100644 --- a/kuma/assets/monitors/no_leader_detected.json +++ b/kuma/assets/monitors/no_leader_detected.json @@ -18,8 +18,7 @@ "include_tags": true, "new_group_delay": 300, "silenced": {}, - "notify_no_data": true, - "no_data_timeframe": 20, + "on_missing_data": "show_and_notify_no_data", "renotify_interval": 300, "require_full_window": true, "evaluation_delay": 60 diff --git a/openai/assets/monitors/token_usage.json b/openai/assets/monitors/token_usage.json index 5d2417b76651e..d4c17782b6507 100644 --- a/openai/assets/monitors/token_usage.json +++ b/openai/assets/monitors/token_usage.json @@ -12,9 +12,8 @@ "name": "[OpenAI] Abnormally high token usage ", "options": { "include_tags": false, - "no_data_timeframe": 10, + "on_missing_data": "default", "notify_audit": false, - "notify_no_data": false, "renotify_interval": 0, "require_full_window": false, "threshold_windows": { diff --git a/velero/assets/monitors/backup_failures.json b/velero/assets/monitors/backup_failures.json index f8f5f2bedb50d..fd964d6456979 100644 --- a/velero/assets/monitors/backup_failures.json +++ b/velero/assets/monitors/backup_failures.json @@ -19,8 +19,7 @@ }, "notify_audit": false, "require_full_window": false, - "notify_no_data": true, - "no_data_timeframe": 480, + "on_missing_data": "show_and_notify_no_data", "renotify_interval": 240, "include_tags": true, "evaluation_delay": 900, diff --git a/velero/assets/monitors/backup_staleness.json b/velero/assets/monitors/backup_staleness.json index 1609b8481f848..a484b73ae35ed 100644 --- a/velero/assets/monitors/backup_staleness.json +++ b/velero/assets/monitors/backup_staleness.json @@ -18,8 +18,7 @@ }, "notify_audit": false, "require_full_window": false, - "notify_no_data": true, - "no_data_timeframe": 120, + "on_missing_data": "show_and_notify_no_data", "renotify_interval": 60, "include_tags": true, "evaluation_delay": 300, diff --git a/velero/assets/monitors/restore_failures.json b/velero/assets/monitors/restore_failures.json index e7c970856b99a..7408664d3c467 100644 --- a/velero/assets/monitors/restore_failures.json +++ b/velero/assets/monitors/restore_failures.json @@ -18,10 +18,9 @@ }, "notify_audit": false, "require_full_window": false, - "notify_no_data": true, + "on_missing_data": "show_and_notify_no_data", "include_tags": true, - "evaluation_delay": 300, - "no_data_timeframe": 30 + "evaluation_delay": 300 }, "priority": 1 }, diff --git a/weblogic/assets/monitors/active_threads.json b/weblogic/assets/monitors/active_threads.json index 65df986acb45c..dc7e8e2eb6637 100644 --- a/weblogic/assets/monitors/active_threads.json +++ b/weblogic/assets/monitors/active_threads.json @@ -15,9 +15,8 @@ "include_tags": true, "locked": false, "new_group_delay": 60, - "no_data_timeframe": 10, + "on_missing_data": "default", "notify_audit": false, - "notify_no_data": false, "renotify_interval": 0, "require_full_window": false, "silenced": {}, diff --git a/weblogic/assets/monitors/stuck_threads.json b/weblogic/assets/monitors/stuck_threads.json index a0d11b9118e59..15e48f545d71b 100644 --- a/weblogic/assets/monitors/stuck_threads.json +++ b/weblogic/assets/monitors/stuck_threads.json @@ -14,9 +14,8 @@ "escalation_message": "", "include_tags": true, "locked": false, - "no_data_timeframe": 10, + "on_missing_data": "default", "notify_audit": false, - "notify_no_data": false, "renotify_interval": 0, "require_full_window": false, "silenced": {},