Otterx
Otterx is a open tracing library for Elixir, it wraps the Erlang native otters library.
The docs can be found at https://hexdocs.pm/otterx.
Installation
The package can be installed by adding otterx to your list of dependencies in mix.exs:
def deps do
[{:otterx, "~> 0.1.0"}]
endConfiguration
Please consult the otters README for valid configuration variables.