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/new-monitors-and-alerts/monitors/index.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sidebar_order: 70
8
8
New Monitors and Alerts is currently in <strong>beta</strong>. Beta features are still a work in progress and may have bugs. We recognize the irony. Help improve this feature by providing feedback on our [GitHub discussion](https://github.com/getsentry/sentry/discussions/101960).
9
9
</Alert>
10
10
11
-
Sentry's Monitors are used to customize when to turn errors and performance problems into issues. They can be configured using conditional rules to create issues when specific criteria are met. For example, you could monitor when the duration of a transaction takes longer than 3 seconds on a particular browser. Further automate your issue creation experience using Monitors to automatically add assignees and set different priorities based on severity.
11
+
Sentry's Monitors are used to customize when to turn errors and performance problems into issues. They can be configured using conditional rules to create issues when specific criteria are met. For example, you could monitor when the duration of a transaction takes longer than 3 seconds on a particular browser. Further automate your issue creation experience using Monitors to automatically add assignees and set different priorities based on severity.
12
12
13
13
## Types of Monitors
14
14
@@ -22,8 +22,9 @@ You can use Custom Monitors to track errors based on span attributes and custom
22
22
23
23
### Default Monitors
24
24
25
-
Sentry also provides default monitors that are automatically created for you when you create a new project.
25
+
Sentry also provides default monitors that are automatically created for you when you create a new project.
26
26
27
+
-**Issue Stream Monitor**: The default monitor tracking new issues of all types created for a project
27
28
-**Error Monitor**: The default monitor based on [issue grouping/fingerprint rules](/concepts/data-management/event-grouping/)
28
29
-**Replay Monitor**: Once you've configured [Session Replay](/product/explore/session-replay/), issues will be created via the Replay Monitor
29
30
-**Trace Monitor**: Once you've configured [Tracing](/product/tracing/), issues will be created via the Trace Monitor
@@ -57,7 +58,7 @@ Assignees set by [ownership rules](/product/issues/ownership-rules/) will overri
57
58
58
59
### Metric Monitor Settings
59
60
60
-
Metric Monitors are used to track errors based on span attributes and custom metrics.
61
+
Metric Monitors are used to track errors based on span attributes and custom metrics.
61
62
62
63
Choose the metric, the interval for how often to check, and the way you want to monitor for changes. You can choose an absolute number threshold, a percentage change, or dynamic anomaly detection.
63
64
@@ -83,7 +84,7 @@ Dynamic thresholds are good for when it’s cumbersome to create fixed threshold
83
84
84
85
### Cron Monitor Settings
85
86
86
-
Cron Monitors are used to track the uptime and performance of any scheduled, recurring job.
87
+
Cron Monitors are used to track the uptime and performance of any scheduled, recurring job.
87
88
88
89
Choose the schedule for how often to check, set the check-in margin, the max runtime, and failure tolerance. Learn how to set up a [Cron Monitor](/product/new-monitors-and-alerts/monitors/crons/getting-started/).
89
90
@@ -105,4 +106,4 @@ Monitors are a Project-level feature, but the permission set is organization-lev
105
106
106
107
By clicking on a Monitor, you can view the details, edit the Monitor, or disable it.
107
108
108
-
The details page will show a high level chart of the Monitor's performance, the configuration, created issue, and connected automations.
109
+
The details page will show a high level chart of the Monitor's performance, the configuration, created issue, and connected automations.
0 commit comments