We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3f544 commit 300a145Copy full SHA for 300a145
packages/types/src/checkin.ts
@@ -83,4 +83,8 @@ export interface MonitorConfig {
83
// A tz database string representing the timezone which the monitor's execution schedule is in.
84
// See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
85
timezone?: SerializedMonitorConfig['timezone'];
86
+ // How many consecutive failed check-ins it takes to create an issue.
87
+ failure_issue_threshold?: number;
88
+ // How many consecutive OK check-ins it takes to resolve an issue.
89
+ recovery_threshold?: number;
90
}
0 commit comments