Hearbeat
Reference table and example use cases for heartbeat based engagement rules.
The following are some of the example use cases for heartbeat based engagement rules:
- Trigger an alert if a runtime has been offline for the last 5 minutes.
- Notify when a runtime sends a new
runtimeIddifferent from the last known ID within a short interval.
The following table shows the list of fields available for a heartbeat record. These fields are used as filters in the Rule definition list and you can select an option based on the data that is used to trigger the rule.
| Field name | Type | Description |
|---|---|---|
| active | Number | Represents whether the service is active: 1 means online, 0
means offline. |
| runtimeId | String | A unique identifier for the running process. |