Skip to content

Commit da85ed5

Browse files
authored
Updates Alerts to include custom metrics (#10179)
* Updated Alert Creation screenshot Update Alert Creation screenshot to include custom metrics * Updated Metric Alerts Updated Metric Alerts configuration to include custom metrics
1 parent 9a88980 commit da85ed5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Loading

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ When creating new metric alerts, the `is:unresolved` filter is added by default.
3535
- Largest Contentful Paint
3636
- First Input Delay
3737
- Cumulative Layout Shift
38+
- Custom Measurement
39+
40+
#### Metrics
41+
- Custom Metric
3842

3943
### Functions for Metric Types
4044

@@ -85,10 +89,11 @@ For some metric alerts, you can set the event type that you want to be alerted a
8589

8690
### Tags & Properties
8791

88-
Add filters in the provided input to narrow down what you'll be alerted about, such as transaction tags or other event properties. Available properties depend on your alert's event type:
92+
Add filters in the provided input to narrow down what you'll be alerted about, such as tags or other event properties. Available properties depend on your alert's type:
8993

9094
- For **error** events, all error properties are available. See [Searchable Properties](/product/sentry-basics/search/searchable-properties/events/#searchable-properties) for a full list.
9195
- For **transaction** events, the following basic properties are generally available: `release`, `transaction`, `transaction.status`, `transaction.op`, `http.method`, `http.status_code`, `os.name`, `browser.name`, and `geo.country_code`.
96+
- For **metrics**, all (metric tags)[/product/metrics/#augmenting-metrics-with-tags] are available.
9297

9398
#### Advanced filters for Transactions
9499

0 commit comments

Comments
 (0)