Skip to content

Commit f4afdd1

Browse files
committed
force push ate some stuff
1 parent 42de8f8 commit f4afdd1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

docs/product/alerts/alert-types.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ The **Alert Details** page also includes a list of issues that triggered the ale
3535

3636
<Include name="feature-available-for-plan-team.mdx" />
3737

38-
Metric alerts tell you when a [metric](/product/performance/metrics/) crosses a threshold set by you, like a spike in the number of errors in a project, or a change in a performance metric, such as [transaction duration](/product/performance/metrics/#latency), [Apdex](/product/performance/metrics/#apdex), [failure rate](/product/performance/metrics/#failure-rate), or [throughput](/product/performance/metrics/#throughput-total-tpm-tps).
39-
40-
<Note>
41-
You can use [dynamic alerts](/product/alerts/create-alerts/metric-alert-config/#dynamic-alerts) to let Sentry define the threshold for you.
42-
</Note>
38+
Metric alerts tell you when a [metric](/product/performance/metrics/) crosses a threshold set by you, like a spike in the number of errors in a project, or a change in a performance metric, such as [transaction duration](/product/performance/metrics/#latency), [Apdex](/product/performance/metrics/#apdex), [failure rate](/product/performance/metrics/#failure-rate), or [throughput](/product/performance/metrics/#throughput-total-tpm-tps). You can use [dynamic alerts](/product/alerts/create-alerts/metric-alert-config/#dynamic-alerts) to let Sentry define the threshold for you.
4339

4440
Metric alerts monitor macro-level metrics for both error and transaction events. A metric takes a set of events and computes an aggregate value using a function, such as `count()` or `avg()`, applied to the event properties over a period of time. When you create a metric alert, you can filter events by attributes and <PlatformLink to="/enriching-events/tags/">tags</PlatformLink>, which is particularly useful for aggregating across events that aren't grouped into single issues. Sentry allows a maximum of 1000 metric alerts for an organization.
4541

docs/product/alerts/create-alerts/metric-alert-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ While Sentry won’t allow you to create new alerts with invalid or unavailable
115115

116116
There are three threshold types:
117117

118-
- **Static**: A fixed threshold, such as when there are 100 errors in a period of time.
118+
- **Static**: A fixed numerical threshold set by you. (For example, if there are 100 errors in a set period of time.)
119119
- **Percent change**: A percent based threshold, such as when there are 10% more errors in a time period compared to a previous period. These are also referred to as [Change Alerts](#change-alerts-percent-change).
120-
- **Dynamic**: A dynamic threshold set by Sentry that detects anomalies whenever values fall outside expected bounds.
120+
- **Dynamic**: A dynamic threshold set by Sentry that detects anomalies whenever values fall outside of expected bounds.
121121

122122
By default, metric alerts use a fixed threshold.
123123

0 commit comments

Comments
 (0)