|
@@ -62,6 +62,8 @@ MONITOR_CONFIG = {
|
|
|
"schedule_type": {"type": "integer"},
|
|
|
"schedule": {"type": ["string", "array"]},
|
|
|
"alert_rule_id": {"type": ["integer", "null"]},
|
|
|
+ "failure_issue_threshold": {"type": ["integer", "null"]},
|
|
|
+ "recovery_threshold": {"type": ["integer", "null"]},
|
|
|
},
|
|
|
# TODO(davidenwang): Old monitors may not have timezone or schedule_type, these should be added here once we've cleaned up old data
|
|
|
"required": ["checkin_margin", "max_runtime", "schedule"],
|