View Source OrionCollector.Tracer (orion_collector v1.1.1)

This is the process that collect the Trace, then dispatch them per aggregator

There is one Tracer per node, but one Aggregator per MFA being traced.

Link to this section Summary

Link to this section Functions

@spec change_status(any()) :: any()

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

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

View Source
Link to this function

start_tracer(mfa, pid, start_status)

View Source