pub static ACTOR_WORK_QUEUE_DEPTH_HIGH_WATER_MARK: Key<u64>Expand description
Maximum proc-wide queue depth observed since startup (PD-6). Eventually consistent — concurrent readers may transiently observe total > high_water_mark. Retained evidence — driven from the runtime accounting path, not publish-time sampling.