Skip to main content

Module observability

Module observability 

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

KernelObservability
Placeholder structure for kernel observability / telemetry.

Enums§

RejectionReason
Reason for rejecting a dispatch or API request (e.g. rate limit, tenant cap).