You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/monitors/index.mdx
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ Sentry also provides default monitors that are automatically created for you whe
26
26
-**Profile Monitor**: Once you've configured [Profiling](/product/explore/profiling/), issues will be created via the Profile Monitor
27
27
28
28
## Creating a Monitor
29
-
30
29
To create a Monitor, navigate to the [Monitors](https://sentry.io/issues/monitors/new/) page and click **Create Monitor**. You can choose between the three types of Monitors (metric, cron, and uptime). Each one will have a separate configuration process.
31
30
32
31
### General Settings
@@ -39,7 +38,7 @@ Monitors are made of attributes that define when to create an issue, and actions
39
38
- Set priority based on attributes
40
39
- Set the assignee
41
40
- Set auto-resolve based on attributes
42
-
- Connect [Custom Automations](/product/automations/custom-automations/) like notifications and ticket creation
41
+
- Connect [Custom Alerts](/product/automations/custom-automations/) like notifications and ticket creation
43
42
to pair with your Monitor
44
43
45
44
<Alerttype="note">
@@ -64,7 +63,7 @@ Cron Monitors are used to track the uptime and performance of any scheduled, rec
Choose the schedule for how often to check, set the check-in margin, the max runtime, and failure tollerance.
66
+
Choose the schedule for how often to check, set the check-in margin, the max runtime, and failure tolerance.
68
67
69
68
### Uptime Monitor Settings
70
69
@@ -80,7 +79,7 @@ You can see a list of all your Monitors on the [Monitors](https://sentry.io/issu
80
79
81
80
<Alert>
82
81
83
-
Monitors are a Project-level feature. By default, only owners, managers, and team admins can create, update, and delete Monitors.
82
+
Monitors are a Project-level feature, but the permission set is organization-level. By default, all members can create and edit Monitors. You can update this setting in [Organization Membership settings](https://sentry.io/settings/organization/).
0 commit comments