View Source OrionCollector (orion_collector v2.0.1)

OrionCollector is a child of Orion.

It only exist in order to separate collecting the traces in each nodes from Orion.

All these API are considered private.

Link to this section Summary

Link to this section Functions

Link to this function

capture_all_nodes_slowest_calls(mfa, self, timing_ms)

View Source
Link to this function

pause_all_node_tracers(self)

View Source
Link to this function

restart_all_node_tracers(self)

View Source
@spec restart_all_node_tracers(any()) :: [
  error: {:erpc, any()} | {:exception, any(), list()},
  exit: {:exception, any()} | {:signal, any()},
  ok: any(),
  throw: any()
]
Link to this function

start_all_node_tracers(mfa, self, start_status \\ :running)

View Source
Link to this function

stop_all_nodes_slowest_calls(mfa, self)

View Source