Expand description
Structured event names emitted by the runtime.
These are the event field values in structured logs. Using constants
ensures CI can verify event coverage and dashboards can filter reliably.
Constantsยง
- EFFECT_
COMMAND - Command effect started/completed.
- EFFECT_
PANIC - Effect panicked during execution.
- EFFECT_
QUEUE_ SHUTDOWN - Effect queue shutdown completed (fast or slow path).
- EFFECT_
SUBSCRIPTION - Subscription effect started/stopped.
- EFFECT_
TIMEOUT - Effect timeout exceeded deadline.
- QUEUE_
DROP - Effect queue task dropped (backpressure or post-shutdown).
- RUNTIME_
STARTUP - Program startup with lane and rollout policy.
- SPAWN_
EXECUTOR_ SHUTDOWN - Spawn executor shutdown completed.
- SUBSCRIPTION_
STOP - Individual subscription stopped.
- SUBSCRIPTION_
STOP_ ALL - Subscription manager stop_all completed.