View Source Reactor.Middleware.Telemetry (reactor v0.10.1)
A Reactor middleware that emits telemetry events.
The following events are emitted:
[:reactor, :run, :start]
[:reactor, :run, :stop]
[:reactor, :step, :run, :start]
[:reactor, :step, :run, :stop]
[:reactor, :step, :process, :start]
[:reactor, :step, :process, :stop]
[:reactor, :step, :compensate, :start]
[:reactor, :step, :compensate, :stop]
[:reactor, :step, :undo, :start]
[:reactor, :step, :undo, :stop]