Expand description
Backpressure and kernel observability types for scheduling and telemetry.
RejectionReason: why a dispatch or API request was rejected (e.g. tenant limit), for safe backpressure and clear API responses.
KernelObservability: shared structure for runtime-derived kernel telemetry (reasoning timeline, lease graph, replay cost, interrupt gap). The runtime populates these fields from checkpoint and trace context data so APIs can surface stable observability without inventing a second schema.
Structs§
- Kernel
Observability - Runtime-derived kernel observability / telemetry.
Enums§
- Rejection
Reason - Reason for rejecting a dispatch or API request (e.g. rate limit, tenant cap).