Available on crate feature
notify only.Expand description
The runtime event a pipeline emits toward the notifier (#280).
NotifyEvent is the pure, channel-agnostic description of something that
happened. Constructors fix the canonical severity per kind so callers at the
emit sites (executor, SLA pass, scheduler) don’t have to. Rendering into a
Slack / PagerDuty / webhook body lives in crate::notify::render.
Structs§
- Notify
Event - A single thing worth notifying about.
- RunContext
- Run identity + timing for the invocation an event belongs to (#480).