Skip to content
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
4 changes: 4 additions & 0 deletions packages/types/src/checkin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,8 @@ export interface MonitorConfig {
// A tz database string representing the timezone which the monitor's execution schedule is in.
// See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone?: SerializedMonitorConfig['timezone'];
// How many consecutive failed check-ins it takes to create an issue.
failure_issue_threshold?: number;
// How many consecutive OK check-ins it takes to resolve an issue.
recovery_threshold?: number;
}