Current section

Files

Jump to
aws_ex_ray_ex_aws lib aws_ex_ray ex_aws.ex
Raw

lib/aws_ex_ray/ex_aws.ex

defmodule AwsExRay.ExAws do
@moduledoc ~S"""
## USAGE
In your config file,
put `AwsExRay.ExAws.HTTPClient` to `:http_client` setting.
```elixir
config :ex_aws,
http_client: AwxExRay.ExAws.HTTPClient
```
Then automatically record subsegment if HTTP request toward AWS-Services called on the tracing process.
"""
end