pub fn set_work_backlog(runs_active: u64, turns_queued: u64)Expand description
Point-in-time set of the work-in-progress gauges (agent_runs_active,
agent_turns_queued): non-terminal workflow runs, and conversation turns
waiting for a dispatch slot (parallelism, pause, drain, or shed — the gauge
does not say which; the event stream does).