@@ -28985,21 +28985,27 @@ paths:
2898528985 ##### Error Tracking Alert Query
2898628986
2898728987
28988- Example(RUM) : `error-tracking-rum (query).rollup(rollup_method[, measure]).last(time_window)
28989- operator #`
28988+ "New issue" example : `error-tracking(query).source(issue_source).new().rollup(rollup_method[,
28989+ measure]).by(group_by).last(time_window) operator #`
2899028990
28991- Example(APM Traces) : `error-tracking-traces (query).rollup(rollup_method[,
28992- measure]).last(time_window) operator #`
28991+ "High impact issue" example : `error-tracking(query).source(issue_source).impact( ).rollup(rollup_method[,
28992+ measure]).by(group_by). last(time_window) operator #`
2899328993
2899428994
2899528995 - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
2899628996
28997+ - `issue_source` The issue source - supports `all`, `browser`, `mobile` and
28998+ `backend` and defaults to `all` if omitted.
28999+
2899729000 - `rollup_method` The stats roll-up method - supports `count`, `avg`, and
28998- `cardinality`.
29001+ `cardinality` and defaults to `count` if omitted .
2899929002
2900029003 - `measure` For `avg` and cardinality `rollup_method` - specify the measure
2900129004 or the facet name you want to use.
2900229005
29006+ - `group by` Comma-separated list of attributes to group by - should contain
29007+ at least `issue.id`.
29008+
2900329009 - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
2900429010
2900529011 - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
0 commit comments