aws_ex_ray v0.1.12 AwsExRay.Store.Table
This module provies functions to handle ETS table which contains process-and-segment mapping information.
Link to this section Summary
Link to this section Functions
Link to this function
insert(trace, segment_id, subsegments \\ [])
insert( trace :: AwsExRay.Trace.t(), segment_id :: String.t(), subsegments :: list() ) :: :ok
Link to this function
lookup()
lookup() :: {:ok, AwsExRay.Trace.t(), String.t()} | {:error, :not_found}
Link to this function
lookup(pid)
lookup(pid :: pid()) :: {:ok, AwsExRay.Trace.t(), String.t()} | {:error, :not_found}