Telemetry events emitted by bb_jido.
Two event spans are emitted, both following the standard
:telemetry.span/3 conventions:
[:bb_jido, :action, :command]— wraps execution ofBB.Jido.Action.Command.[:bb_jido, :action, :reactor]— wraps execution ofBB.Jido.Action.Reactor.
Each :start, :stop, and :exception event carries measurements with
:system_time/:duration and metadata including :robot plus the
action-specific identifier (:command or :reactor).
A [:bb_jido, :signal] event is emitted for every signal forwarded by
BB.Jido.PubSubBridge, with metadata %{robot: ..., type: ...}.
Summary
Functions
Emits a [:bb_jido, :signal] event for a forwarded signal.
Span helper for telemetry-wrapped action execution. Returns whatever
fun returns.
Functions
Emits a [:bb_jido, :signal] event for a forwarded signal.
Span helper for telemetry-wrapped action execution. Returns whatever
fun returns.