Skip to content

Commit

Permalink
Add new thresholds to monitor config payload (getsentry#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Jan 17, 2024
1 parent 5fb5fc6 commit 0d651db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/docs/sdk/check-ins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ before an issue is resolved.
database`](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) string
representing the timezone which the monitor's execution schedule is in.

`failure_issue_threshold`

: _Number, optional_. How many consecutive failed check-ins it takes to create an issue.

`recovery_threshold`

: _Number, optional_. How many consecutive OK check-ins it takes to resolve an issue.

### Schedule configuration

<Note>
Expand Down

0 comments on commit 0d651db

Please sign in to comment.