Skip to main content

Module monitor

Module monitor 

Source
Expand description

The live monitor view: a topology Graph plus its run state.

The monitor renders the same topology as the composer, with status badges on nodes, per-node counters, edge liveness, and a scene/timeline of execution events. Drilling into a node yields its event log. The run state streams in through subscriptions; the same state replays a past run (see replay).

Constants§

MONITOR_LENS
The monitor lens id.

Functions§

monitor_view
Render a topology and its run state into a live monitor Scene.
node_detail
Drill down from a node into its event log.