README.md

# Otterx

[![Hex pm](http://img.shields.io/hexpm/v/otterx.svg?style=flat)](https://hex.pm/packages/otterx)

Otterx is a open tracing library for Elixir, it wraps the Erlang native [otters](https://github.com/project-fifo/otters) library.

The docs can be found at [https://hexdocs.pm/otterx](https://hexdocs.pm/otterx).

## Installation

The package can be installed by adding `otterx` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:otterx, "~> 0.1.0"}]
end
```

## Configuration

Please consult the [otters](https://github.com/project-fifo/otters) README for valid configuration variables.