Open Agent Loops
API Reference

DispatcherStats

@open-agent-loops/core


Defined in: channels/dispatcher.ts:33

Aggregate backpressure readings across all of a Dispatcher's sessions.

Properties

PropertyTypeDescriptionDefined in
droppednumberTotal messages dropped (overflow) across all sessions, lifetime.channels/dispatcher.ts:41
highWaternumberLargest single-session queue depth ever reached — the backpressure peak.channels/dispatcher.ts:43
inFlightnumberRuns currently in flight across all sessions.channels/dispatcher.ts:37
queuednumberMessages currently queued across all sessions, awaiting a run.channels/dispatcher.ts:39
sessionsnumberNumber of sessions the dispatcher is tracking.channels/dispatcher.ts:35

On this page