aws_ex_ray v0.1.7 AwsExRay.Segment
This module provides data structure which represents X-Ray’s segment
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
add_annotation(seg, key, value)
Link to this function
add_annotations(seg, annotations)
Link to this function
set_error(seg, error)
set_error(seg :: t(), error :: AwsExRay.Record.Error.t()) :: t()
Link to this function
set_http_request(seg, req)
set_http_request(seg :: t(), req :: AwsExRay.Record.HTTPRequest.t()) :: t()
set_http_request(seg :: t(), res :: AwsExRay.Record.HTTPResponse.t()) :: t()
Link to this function
set_http_response(seg, res)