Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

feat(crons): Add issue thresholds to MonitorConfig #1108

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/docs/sdk/check-ins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading