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: md-docs/user_guide/monitoring/detection_event.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,16 @@ An event is characterized by the following attributes:
9
9
| Eventy Type | The type of the event. It's possible values are: <divclass="nice-list"><ul><li> `Warning On`: the monitoring entity is experiencing slight changes that might lead to a drift.</li><li> `Warning Off`: the monitoring entity has returned to the reference distribution. </li><li> `Drift On`: the monitoring entity has drifted from the reference distribution.</li><li> `Drift Off`: the monitoring entity has returned to the reference distribution.</li> </ul></div> |
10
10
| Severity | The severity of the event. It's provided only for drift events and it can be `Low`, `Medium`, or `High`. |
11
11
| Monitoring Target | The [Monitoring Target](index.md#monitoring-metrics) being monitored. |
12
-
| Monitoring Metric | The [Monitoring Metric](index.md#monitoring-metrics) being monitored. |
12
+
| Monitoring Metric | The [Monitoring Metric](index.md#monitoring-metrics) being monitored.
13
+
| Specification | The specification of the Monitoring Metric being monitored, if existing. ||
13
14
| Model Name | The name of the model that raised the event. It's present only if the event is related to a model. |
14
15
| Model Version | The version of the model that raised the event. It's present only if the event is related to a model. |
15
16
| Insert datetime | The time when the event was raised. |
16
17
| Sample timestamp | The timestamp of the sample that triggered the event. |
17
18
| Sample customer ID | The ID of the sample that triggered the event. |
18
19
| User feedback | The feedback provided by the user on whether the event was expected or not. |
19
20
| Segment ID | The ID of the Segment being monitored. |
20
-
| Specification | The specification of the Segment being monitored. It's present only if the Monitoring Metric supports it. |
Copy file name to clipboardExpand all lines: md-docs/user_guide/monitoring/detection_event_rules.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,11 @@ Rules are specific to a task and are characterized by the following attributes:
14
14
| Severity | The severity of the event that triggers the rule. It is only applicable to drift events. If not specified, the rule will be triggered by drift events of any severity. |
15
15
| Monitoring Target | The [Monitoring Target](index.md#monitoring-targets) whose event should trigger the rule. |
16
16
| Monitoring Metric | The [Monitoring Metric](index.md#monitoring-metrics) whose event should trigger the rule. |
17
+
| Specification | The specification of the Monitoring Metric being monitored, if existing.
17
18
| Model name | The name of the model to which the rule applies. This is only required when the monitoring target is related to a model (such as `ERROR` or `PREDICTION`). |
18
19
| Actions | A list of actions to be executed sequentially when the rule is triggered. |
19
20
| Segment ID | It refers to the ID of the Segment where the rule is set. |
20
-
| Specification | The specification of the Segment being monitored. It's present only if the Monitoring Metric supports it. |
21
+
|
21
22
22
23
## Detection Event Actions
23
24
Three types of actions are currently supported: notification, plot configuration and retrain.
0 commit comments