-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(uptime): add open beta documentation for uptime #11420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| --- | ||
| title: Uptime Alert Configuration | ||
| sidebar_order: 30 | ||
| description: "Learn more about the options for configuring an uptime alert." | ||
| --- | ||
|
|
||
| <Include name="feature-stage-beta-uptime.mdx" /> | ||
|
|
||
| Sentry provides several configuration options to create an uptime alert based on your organization's needs. | ||
gaprl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Environment | ||
|
|
||
| Specify which <PlatformLink to="/configuration/environments/">environment</PlatformLink> this alert rule belongs to. [Uptime issues](product/issues/issue-details/uptime-issues/) from this alert rule will be set to the specified environment. | ||
|
|
||
| The “Environment” dropdown list here has the same environments that are available for the selected project in the common “Environment” filter dropdown (this does not include hidden environments). | ||
gaprl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Project | ||
|
|
||
| Specify which project this alert rule belongs to. [Uptime issues](product/issues/issue-details/uptime-issues/) from this alert rule will be created in the specified project. | ||
gaprl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Request Configuration | ||
|
|
||
| Configure how Sentry should execute an HTTP uptime check, by specifying: | ||
|
|
||
| - **URL**: The URL Sentry should execute an uptime check request for. | ||
| - **Method**: The request method used to execute the uptime check. Available options are `GET`, `POST`, `HEAD`, `PUT`, `DELETE`, `PATCH`, and `OPTIONS`. | ||
| - **Headers**: The request headers included in the uptime check request. | ||
| - **Body**: The body message to include in the uptime check request. Only available when the method is set to `POST`, `PUT`, and `PATCH`. | ||
|
|
||
| In case the specified URL requires a `Content-Type` header to be defined along with the body message, make sure to include it in the headers configuration. Example, a JSON message body would have a `Content-Type` header of `application/json`. | ||
|
|
||
| <Alert level="warning"> | ||
|
|
||
| If the specified URL is behind a firewall, make sure Sentry's Uptime Bot can execute requests to it. [Learn more](http://localhost:3000/product/alerts/uptime-monitoring/troubleshooting/#verify-firewall-configuration). | ||
gaprl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| </Alert> | ||
|
|
||
| ## Alert Name | ||
|
|
||
| Give your alert a descriptive name, such as the page name. For example, "Landing Page" or "Contat Page". | ||
|
|
||
| ## Ownership | ||
|
|
||
| You can choose a team to associate with an alert so that members of that team can edit the alert. Note that you can only make this association if you are a member of the team. If no team is selected, anyone can edit the alert. | ||
gaprl marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| <Note> | ||
|
|
||
| Sentry Uptime Monitoring is currently in open beta, so be gentle - features are still in-progress and may have bugs. We recognize the irony. | ||
| For any questions or feedback, you can reach us on [Discord](https://discord.gg/sentry) or via email at [[email protected]](mailto:[email protected]). | ||
|
|
||
| </Note> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.