aws_ex_ray v0.1.14 AwsExRay.Trace
This module provides data structure which represents X-Ray's trace
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
new()
new()
new() :: t()
new() :: t()
Link to this function
parse(value)
parse(value)
parse(String.t()) :: {:ok, AwsExRay.Trace.t()} | {:error, :not_found}
parse(String.t()) :: {:ok, AwsExRay.Trace.t()} | {:error, :not_found}
Link to this function
parse_or_new(value)
parse_or_new(value)
parse_or_new(String.t()) :: AwsExRay.Trace.t()
parse_or_new(String.t()) :: AwsExRay.Trace.t()
Link to this function
to_string(trace)
Link to this function