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.