Expand description
Well-known TraceEvent.kind values written by the engine itself.
The kind axis is an open set — these constants exist so in-tree
writers and tests agree on spelling, not to constrain writers.
Constants§
- CANCEL_
REQUESTED - Cancellation was requested for the Run.
- LONG_
HOLD_ WARN LongHoldMiddlewareobserved a completion above its threshold.- RUN_
FINISHED - A Run reached its terminal status (payload:
{"status": ...}). - RUN_
STARTED - A Run began dispatching (server-side, once per kick).
- STEP_
COMPLETED - A step reached its terminal outcome (payload carries the status
label + timing summary; the authoritative record is the
StepEntryappended in the same breath). - STEP_
DISPATCHED - The dispatcher is about to spawn a step’s worker.
- WORKER_
DEGRADATION - A worker reported a degradation (mirrors the
DegradationEntryrail so the trace stream is self-contained).