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: placeholder structure for kernel telemetry (reasoning timeline, lease graph, replay cost, interrupt latency). Implementations can fill these for metrics and tracing; no built-in collection in this crate.
Structs§
- Kernel
Observability - Placeholder structure for kernel observability / telemetry.
Enums§
- Rejection
Reason - Reason for rejecting a dispatch or API request (e.g. rate limit, tenant cap).