ObserverWeb.Tracer.Server (Observer Web v0.1.5)
This server is responsible for handling tracing requests.
Inspired by:
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec start_trace(functions :: list(), attrs :: map()) :: {:ok, ObserverWeb.Tracer.t()} | {:error, :already_started}
@spec state() :: ObserverWeb.Tracer.t()
@spec stop_trace(binary()) :: :ok