aws_ex_ray v0.1.16 AwsExRay.Trace.Formatter

This module provides parser and formatter functions for X-Ray Trace information

Link to this section Summary

Link to this section Functions

Link to this function

parse(header)
parse(header :: String.t()) :: {:ok, AwsExRay.Trace.t()} | {:error, :not_found}

Link to this function

to_string(trace)
to_string(AwsExRay.Trace.t()) :: String.t()