Elastic Algorithm Service (EAS) defines two types of events in CloudMonitor: Service events and ServiceInstance events. The EAS event controller pushes both events to CloudMonitor in real time. You can view events, perform O&M operations, audit events, or configure alert rules for events in the CloudMonitor console or via API.
View EAS events
Use the console
Take the following steps to view EAS events in the CloudMonitor console.
Log on to the Cloud Monitor console.
In the left-side navigation pane, choose .
On the Event Monitoring tab, select PAI from the product drop-down list, and click Search.

Click Details in the Actions column of the target event to view the event details. Example:

Use API
Call DescribeSystemEventAttribute to view EAS events.
Create and enable alert rules
Use the console
Create a system event-triggered alert rule. Configure the following key parameters:
Product Type: Select PAI.
Event Type: Select ServiceInstance or Service.
Event Level: Select one or more event levels.
Event Name: Select one or more event names that you want to monitor, which is the Name column in Supported EAS events.
Keyword Filtering: Set keywords to match the content in the event information to filter the subscribed events.

Configure callbacks for system event-triggered alerts (old).
Use API
Use API to create an event-triggered alert rule and enable the rule.
FAQ
Does a service instance refer to an inference service or a pod instance?
The Service event type represents service-level events. The ServiceInstance event type represents service instance-level events. In this context, a service instance refers to a pod instance.
Appendix: Supported EAS events
EAS defines service-level events and service instance-level events as follows.
Type | Name | Event Level | Event Status |
ServiceInstance | EAS:ServiceInstance:Running | INFO | Running |
EAS:ServiceInstance:Pending | INFO | Pending | |
EAS:ServiceInstance:Completed | INFO | Completed | |
EAS:ServiceInstance:Terminating | INFO | Terminating | |
EAS:ServiceInstance:Terminated | INFO | Terminated | |
EAS:ServiceInstance:Unknown | WARN | Unknown | |
EAS:ServiceInstance:Evicted | WARN | Evicted | |
EAS:ServiceInstance:ErrImagePull | WARN | ErrImagePull | |
EAS:ServiceInstance:ImagePullBackOff | WARN | ImagePullBackOff | |
EAS:ServiceInstance:CrashLoopBackOff | CRITICAL | CrashLoopBackOff | |
EAS:ServiceInstance:Error | CRITICAL | Error | |
EAS:ServiceInstance:Failed | CRITICAL | Failed | |
EAS:ServiceInstance:SpotToBeReleased | WARN | SpotToBeReleased | |
Service | EAS:Service:ReplicasChanged | INFO | ReplicasChanged |
EAS:Service:StatusChanged | INFO | StatusChanged | |
EAS:Service:Unavailable | CRITICAL | Unavailable | |
EAS:Service:UpdateFailed | CRITICAL | UpdateFailed |