Open Agent Loops
API Reference

DispatcherStats

@open-agent-loops/core


Defined in: channels/dispatcher.ts:36

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

Properties

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

On this page