Skip to main content

Module event

Module event 

Source
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§

NotifyEvent
A single thing worth notifying about.