View Source ExRocketmq.Tracer (lib_oss v0.1.0)

Trace data emiter

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Types

@type trace_opts_schema_t() :: [namesrvs: pid() | atom(), opts: keyword()]

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

handle_continue(atom, state)

View Source

Callback implementation for GenServer.handle_continue/2.

Callback implementation for GenServer.init/1.

@spec send_trace(pid() | atom(), [ExRocketmq.Models.Trace.t()]) :: :ok
@spec stop(pid() | atom()) :: :ok