From 3c6943f2ab75c50da0e780d91ee94788f56975e4 Mon Sep 17 00:00:00 2001 From: Richard Ortenberg Date: Wed, 13 Dec 2023 09:26:36 -0800 Subject: [PATCH] feat(crons): Add issue thresholds to MonitorConfig --- src/docs/sdk/check-ins.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/docs/sdk/check-ins.mdx b/src/docs/sdk/check-ins.mdx index 89a626f224..53423fe593 100644 --- a/src/docs/sdk/check-ins.mdx +++ b/src/docs/sdk/check-ins.mdx @@ -108,6 +108,16 @@ check-in time that the monitor will not be considered missed for. : _Number, optional_. The allowed duration in minutes that the monitor may be `in_progress` for before being considered failed due to timeout. +`failure_issue_threshold` + +: _Number, optional_. The number of consecutive failed check-ins it takes +before an issue is created. + +`recovery_threshold` + +: _Number, optional_. The number of consecutive OK check-ins it takes +before an issue is resolved. + `timezone` : _String, optional_. A [`tz