Policies
Policies turn event events into alert conditions.
Policies API
See the exact policy routes, allowed enum values, request bodies, and lifecycle behavior.
Alert Runtime
Follow the path from a policy definition to triggered alerts, deliveries, and operator actions.
Core inputs
event_idtitlechannelperiodaggregateconditionthresholdseverityenabled
Aggregate selection
Choose the aggregate based on the raw event shape.
Common patterns:
*.count,*.errors.count,*.used-> usuallysum*.duration_ms-> usuallyaverage,p95_est,p99_est, ormax*.score,*.price_usd-> usuallyaverage,min, ormax
Channel routing
Policies route to logical channels such as:
defaultopsmarketsentiment
Destinations subscribe to one or more channels, and alert delivery matches on that channel.
Lifecycle
Policies are created and updated through:
POST /v1.0/policiesGET /v1.0/policiesGET /v1.0/policies/:policyIDPUT /v1.0/policies/:policyID
Triggered output appears in Alerts.
Last updated on